Changeset 5244 in ntrip


Ignore:
Timestamp:
Jun 17, 2013, 10:01:43 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5243 r5244  
    27962796  bncSettings settings;
    27972797  if ( Qt::CheckState(settings.value("pppPlotCoordinates").toInt()) == Qt::Checked) {
     2798    _bncFigurePPP->reset();
    27982799    connect(_postProcessing, SIGNAL(newPosition(bncTime, double, double, double)),
    27992800            _bncFigurePPP, SLOT(slotNewPosition(bncTime, double, double, double)));
Note: See TracChangeset for help on using the changeset viewer.