Changeset 1485 in ntrip for trunk/BNC/bnctabledlg.cpp
- Timestamp:
- Jan 17, 2009, 5:46:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r1484 r1485 39 39 * -----------------------------------------------------------------------*/ 40 40 41 #include <iostream>42 43 41 #include "bnctabledlg.h" 44 42 #include "bncgetthread.h" … … 583 581 //////////////////////////////////////////////////////////////////////////// 584 582 void bncTableDlg::slotCasterHostChanged(const QString& newHost) { 585 586 cout << "current index: " << _casterHostComboBox->currentIndex() << endl;587 588 583 QSettings settings; 589 584 QStringList casterUrlList = settings.value("casterUrlList").toStringList();
Note:
See TracChangeset
for help on using the changeset viewer.