Changeset 1998 in ntrip
- Timestamp:
- Nov 21, 2009, 2:02:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1989 r1998 1111 1111 } 1112 1112 1113 _bncFigure->updateMountPoints();1114 _bncFigureLate->updateMountPoints();1115 1113 _caster->slotReadMountPoints(); 1116 1114 } … … 1222 1220 //////////////////////////////////////////////////////////////////////////// 1223 1221 void bncWindow::slotMountPointsRead(QList<bncGetThread*> threads) { 1222 _bncFigure->updateMountPoints(); 1223 _bncFigureLate->updateMountPoints(); 1224 1224 1225 populateMountPointsTable(); 1225 1226 bncSettings settings;
Note:
See TracChangeset
for help on using the changeset viewer.