Changeset 5261 in ntrip for trunk/BNC


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

Legend:

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

    r5259 r5261  
    27942794  enableStartStop();
    27952795
    2796   _postProcessing = new t_postProcessing(this);
     2796  _postProcessing = new t_postProcessing(this, _mapSpeedSlider->maximum());
    27972797  connect(_postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP()));
    27982798  connect(_postProcessing, SIGNAL(progress(int)), this, SLOT(slotPostProgress(int)));
     2799  connect(_mapSpeedSlider, SIGNAL(valueChanged(int)), _postProcessing, SLOT(slotSetSpeed(int)));
    27992800  bncSettings settings;
    28002801  if ( Qt::CheckState(settings.value("pppPlotCoordinates").toInt()) == Qt::Checked) {
     
    29562957  enableWidget(false, _osmRadioButton);
    29572958  enableWidget(false, _mapWinTraceCheckBox);
    2958   enableWidget(false, _mapSpeedSlider);
    29592959  if (!_mapWin) {
    29602960    _mapWin = new bncMapWin(this);
Note: See TracChangeset for help on using the changeset viewer.