Changeset 5264 in ntrip
- Timestamp:
- Jun 17, 2013, 4:48:06 PM (12 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bncmain.cpp ¶
r5084 r5264 163 163 else if (settings.value("pppSPP").toString() == "Post-Processing") { 164 164 BNC_CORE->setMode(t_bncCore::batchPostProcessing); 165 t_postProcessing* postProcessing = new t_postProcessing(0); 165 t_postProcessing* postProcessing = new t_postProcessing(0, 0, 0); 166 166 postProcessing->start(); 167 167 } -
TabularUnified trunk/BNC/src/bncwindow.cpp ¶
r5261 r5264 2794 2794 enableStartStop(); 2795 2795 2796 _postProcessing = new t_postProcessing(this, _mapSpeedSlider->maximum()); 2796 _postProcessing = new t_postProcessing(this, _mapSpeedSlider->maximum(), _mapSpeedSlider->value()); 2797 2797 connect(_postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP())); 2798 2798 connect(_postProcessing, SIGNAL(progress(int)), this, SLOT(slotPostProgress(int)));
Note:
See TracChangeset
for help on using the changeset viewer.