Changeset 1537 in ntrip
- Timestamp:
- Jan 25, 2009, 9:12:09 AM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmain.cpp
r1536 r1537 125 125 QCoreApplication::setApplicationName(confFileName); 126 126 } else { 127 QCoreApplication::setApplicationName("B KG_NTRIP_Client");127 QCoreApplication::setApplicationName("BNC"); 128 128 } 129 129 -
trunk/BNC/bncsettings.cpp
r1536 r1537 15 15 * -----------------------------------------------------------------------*/ 16 16 17 #include <QCoreApplication> 17 18 #include <QStringList> 18 19 … … 21 22 // Constructor 22 23 //////////////////////////////////////////////////////////////////////////// 23 bncSettings::bncSettings() : QSettings() { 24 bncSettings::bncSettings() : 25 QSettings(QCoreApplication::applicationName().append(".ini"), 26 QSettings::IniFormat) { 24 27 25 28 if (allKeys().size() == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.