Changeset 6656 in ntrip
- Timestamp:
- Mar 12, 2015, 1:54:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppWidgets.cpp
r6653 r6656 94 94 connect(_dataSource, SIGNAL(currentIndexChanged(const QString&)), this, SLOT(slotEnableWidgets())); 95 95 96 if (_dataSource->currentText() == "no") { 97 slotEnableWidgets(); 98 } 99 96 100 _lcGPS->setEditable(false); 97 101 _lcGPS->addItems(QString("no,P3,L3,P3&L3").split(","));
Note:
See TracChangeset
for help on using the changeset viewer.