Changeset 8872 in ntrip for trunk/BNC


Ignore:
Timestamp:
Dec 5, 2019, 10:05:32 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmain.cpp

    r8871 r8872  
    319319
    320320
    321   const char *display = getenv("DISPLAY");
    322   if (!display) {
    323     qputenv("QT_QPA_PLATFORM", "offscreen");
    324   }
    325 
    326321  for (int ii = 1; ii < argc; ii++) {
    327322    if (QRegExp("--?help").exactMatch(argv[ii])) {
Note: See TracChangeset for help on using the changeset viewer.