Changeset 6335 in ntrip


Ignore:
Timestamp:
Nov 24, 2014, 5:19:17 PM (9 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 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  }
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r6333 r6335  
    7373//  }
    7474
     75  qDebug() << "sp3Comp::run";
     76
    7577  // Exit (thread)
    7678  // -------------
Note: See TracChangeset for help on using the changeset viewer.