Changeset 3614 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Jan 22, 2012, 1:24:39 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3613 r3614  
    6262#include "upload/bncephuploadcaster.h"
    6363#include "qtfilechooser.h"
     64#include "bncpostprocess.h"
    6465
    6566using namespace std;
     
    22382239  enableWidget(true, _postProgressLabel);
    22392240  enableWidget(true, _postProgressBar);
    2240   //// beg test
    2241   for (int ii = 0; ii <= 10000; ++ii) {
    2242     _postProgressBar->setValue(ii/100);
    2243   }
    2244   //// end test
     2241
     2242  t_postInput input;
     2243
     2244  QFuture<void> future = QtConcurrent::run(postProcessing, input);
     2245
    22452246  enableWidget(false, _postProgressLabel);
    22462247  enableWidget(false, _postProgressBar);
Note: See TracChangeset for help on using the changeset viewer.