Changeset 1535 in ntrip for trunk/BNC/bncmain.cpp
- Timestamp:
- Jan 25, 2009, 8:53:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmain.cpp
r1517 r1535 47 47 #include "bncapp.h" 48 48 #include "bncwindow.h" 49 #include "bncsettings.h" 49 50 50 51 using namespace std; … … 132 133 casterUrlList << "http://user:pass@www.euref-ip.net:2101" << "http://user:pass@www.igs-ip.net:2101"; 133 134 134 QSettings settings;135 bncSettings settings; 135 136 if (settings.allKeys().size() == 0) { 136 137 settings.setValue("adviseFail", "15");
Note:
See TracChangeset
for help on using the changeset viewer.