Changeset 3614 in ntrip


Ignore:
Timestamp:
Jan 22, 2012, 1:24:39 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r3602 r3614  
    4646          bnctides.h bncmap.h bncmapview.h bncantex.h                 \
    4747          bncephuser.h bncoutf.h bncclockrinex.h bncsp3.h             \
    48           bncbytescounter.h bncsslconfig.h                            \
     48          bncbytescounter.h bncsslconfig.h bncpostprocess.h           \
    4949          upload/bncrtnetdecoder.h upload/bncuploadcaster.h           \
    5050          upload/bncrtnetuploadcaster.h upload/bnccustomtrafo.h       \
     
    7878          bnctides.cpp bncmap.cpp bncmapview.cpp bncantex.cpp         \
    7979          bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp     \
    80           bncbytescounter.cpp bncsslconfig.cpp                        \
     80          bncbytescounter.cpp bncsslconfig.cpp bncpostprocess.cpp     \
    8181          upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp       \
    8282          upload/bncrtnetuploadcaster.cpp upload/bnccustomtrafo.cpp   \
  • 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.