Browse Source

Fix compiler warning

QGC4.4
Don Gagne 10 years ago
parent
commit
ed1a02cb34
  1. 2
      src/main.cc

2
src/main.cc

@ -151,12 +151,12 @@ int main(int argc, char *argv[]) @@ -151,12 +151,12 @@ int main(int argc, char *argv[])
Q_IMPORT_PLUGIN(QGeoServiceProviderFactoryQGC)
bool runUnitTests = false; // Run unit tests
bool stressUnitTests = false; // Stress test unit tests
#ifdef QT_DEBUG
// We parse a small set of command line options here prior to QGCApplication in order to handle the ones
// which need to be handled before a QApplication object is started.
bool stressUnitTests = false; // Stress test unit tests
bool quietWindowsAsserts = false; // Don't let asserts pop dialog boxes
QString unitTestOptions;

Loading…
Cancel
Save