Changeset 5264 in ntrip for trunk


Ignore:
Timestamp:
Jun 17, 2013, 4:48:06 PM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmain.cpp

    r5084 r5264  
    163163  else if (settings.value("pppSPP").toString() == "Post-Processing") {
    164164    BNC_CORE->setMode(t_bncCore::batchPostProcessing);
    165     t_postProcessing* postProcessing = new t_postProcessing(0);
     165    t_postProcessing* postProcessing = new t_postProcessing(0, 0, 0);
    166166    postProcessing->start();
    167167  }
  • trunk/BNC/src/bncwindow.cpp

    r5261 r5264  
    27942794  enableStartStop();
    27952795
    2796   _postProcessing = new t_postProcessing(this, _mapSpeedSlider->maximum());
     2796  _postProcessing = new t_postProcessing(this, _mapSpeedSlider->maximum(), _mapSpeedSlider->value());
    27972797  connect(_postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP()));
    27982798  connect(_postProcessing, SIGNAL(progress(int)), this, SLOT(slotPostProgress(int)));
Note: See TracChangeset for help on using the changeset viewer.