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


Ignore:
Timestamp:
Nov 24, 2014, 5:19:17 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6333 r6335  
    6666#include "rinex/reqcedit.h"
    6767#include "rinex/reqcanalyze.h"
     68#include "orbComp/sp3Comp.h"
    6869#ifdef QT_WEBKIT
    6970#  include "map/bncmapwin.h"
     
    17521753  else if (!_sp3CompFileChooser->fileName().isEmpty()) {
    17531754    _runningSp3Comp = true;
    1754     t_reqcEdit* reqcEdit = new t_reqcEdit(this);
    1755     connect(reqcEdit, SIGNAL(finished()), this, SLOT(slotPostProcessingFinished()));
    1756     reqcEdit->start();
     1755    t_sp3Comp* sp3Comp = new t_sp3Comp(this);
     1756    connect(sp3Comp, SIGNAL(finished()), this, SLOT(slotPostProcessingFinished()));
     1757    sp3Comp->start();
    17571758    enableStartStop();
    17581759  }
Note: See TracChangeset for help on using the changeset viewer.