Changeset 3631 in ntrip
- Timestamp:
- Jan 22, 2012, 6:54:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3630 r3631 2262 2262 //////////////////////////////////////////////////////////////////////////// 2263 2263 void bncWindow::slotFinishedPostProcessing() { 2264 cout << "slotFinishedPostProcessing" << endl;2265 2266 2264 enableWidget(false, _postProgressLabel); 2267 2265 _postProgressBar->reset(); … … 2272 2270 //////////////////////////////////////////////////////////////////////////// 2273 2271 void bncWindow::slotPostProgress(float progress) { 2274 cout << "slotPostProgress" << endl;2275 2272 if (_postProgressBar) { 2276 2273 _postProgressBar->setValue(int(progress*100.0));
Note:
See TracChangeset
for help on using the changeset viewer.