Changeset 5950 in ntrip for trunk/BNC/src/PPP/pppRun.cpp


Ignore:
Timestamp:
Aug 16, 2014, 2:27:15 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRun.cpp

    r5949 r5950  
    105105    connect(this, SIGNAL(progressRnxPPP(int)), BNC_CORE, SIGNAL(progressRnxPPP(int)));
    106106    connect(this, SIGNAL(finishedRnxPPP()),    BNC_CORE, SIGNAL(finishedRnxPPP()));
     107    connect(BNC_CORE, SIGNAL(mapSpeedSliderChanged(int)),   
     108            this, SLOT(slotSetSpeed(int)));
    107109  }
    108110}
     
    419421      emit progressRnxPPP(nEpo);
    420422    }
     423 
     424    QCoreApplication::processEvents();
    421425  }
    422426
Note: See TracChangeset for help on using the changeset viewer.