Changeset 3631 in ntrip


Ignore:
Timestamp:
Jan 22, 2012, 6:54:23 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3630 r3631  
    22622262////////////////////////////////////////////////////////////////////////////
    22632263void bncWindow::slotFinishedPostProcessing() {
    2264   cout << "slotFinishedPostProcessing" << endl;
    2265 
    22662264  enableWidget(false, _postProgressLabel);
    22672265  _postProgressBar->reset();
     
    22722270////////////////////////////////////////////////////////////////////////////
    22732271void bncWindow::slotPostProgress(float progress) {
    2274   cout << "slotPostProgress" << endl;
    22752272  if (_postProgressBar) {
    22762273    _postProgressBar->setValue(int(progress*100.0));
Note: See TracChangeset for help on using the changeset viewer.