Changeset 5264 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Jun 17, 2013, 4:48:06 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.