Changeset 1200 in ntrip
- Timestamp:
- Nov 15, 2008, 2:44:24 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnccaster.cpp ¶
r1186 r1200 397 397 398 398 emit mountPointsRead(_threads); 399 //emit( newMessage(QString("Table of Mountpoints (re-)read: new number = %1") 400 emit( newMessage(QString("Configuration reread: %1 streams") 399 emit( newMessage(QString("Configuration reread: %1 stream(s)") 401 400 .arg(_threads.count()).toAscii()) ); 402 401 -
TabularUnified trunk/BNC/bncwindow.cpp ¶
r1199 r1200 668 668 } 669 669 settings.setValue("mountPoints", mountPoints); 670 if (_caster) { 671 _caster->slotReadMountPoints(); 672 } 670 673 } 671 674
Note:
See TracChangeset
for help on using the changeset viewer.