Changeset 8872 in ntrip for trunk/BNC/src
- Timestamp:
- Dec 5, 2019, 10:05:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r8871 r8872 319 319 320 320 321 const char *display = getenv("DISPLAY");322 if (!display) {323 qputenv("QT_QPA_PLATFORM", "offscreen");324 }325 326 321 for (int ii = 1; ii < argc; ii++) { 327 322 if (QRegExp("--?help").exactMatch(argv[ii])) {
Note:
See TracChangeset
for help on using the changeset viewer.