Changeset 4447 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Jul 29, 2012, 2:42:11 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4446 r4447  
    106106
    107107#ifdef Q_WS_X11
    108   bool useGUI = getenv("DISPLAY") != 0;
     108  bool GUIenabled = getenv("DISPLAY") != 0;
    109109#else
    110   bool useGUI = true;
     110  bool GUIenabled = true;
    111111#endif
    112112 
    113   bncApp app(argc, argv, useGUI);
     113  bncApp app(argc, argv, GUIenabled);
    114114
    115115  app.setApplicationName("BNC");
Note: See TracChangeset for help on using the changeset viewer.