Changeset 5943 in ntrip


Ignore:
Timestamp:
Aug 16, 2014, 9:55:21 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r5941 r5943  
    9595
    9696  connect(BNC_CORE, SIGNAL(progressRnxPPP(int)), this, SLOT(slotPostProgress(int)));
     97  connect(BNC_CORE, SIGNAL(finishedRnxPPP()), this, SLOT(slotFinishedRnxPPP()));
    9798
    9899  _runningRealTime           = false;
     
    23612362}
    23622363
     2364//
     2365////////////////////////////////////////////////////////////////////////////
     2366void bncWindow::slotFinishedRnxPPP() {
     2367  if (_actStart) {
     2368    _actStart->setText(tr("Sta&rt"));
     2369  }
     2370}
     2371
    23632372// Edit teqc-like editing options
    23642373////////////////////////////////////////////////////////////////////////////
  • trunk/BNC/src/bncwindow.h

    r5929 r5943  
    6868    void slotMountPointsRead(QList<bncGetThread*>);
    6969    void slotBncTextChanged();
    70     void slotPostProgress(int);
    7170
    7271  private slots:
     
    8281    void slotMapPPPClosed();
    8382    void slotStart();
    84     void slotFinishedPostProcessingReqc();
    8583    void slotStop();
    8684    void slotNewMountPoints(QStringList* mountPoints);
     
    9593    void slotSetUploadTrafo();
    9694    void slotReqcEditOption();
     95    void slotFinishedPostProcessingReqc();
     96    void slotPostProgress(int);
     97    void slotFinishedRnxPPP();
    9798
    9899  protected:
Note: See TracChangeset for help on using the changeset viewer.