Changeset 5860 in ntrip for trunk/BNC/src/PPP/pppMain.h


Ignore:
Timestamp:
Aug 8, 2014, 10:02:53 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppMain.h

    r5814 r5860  
    88namespace BNC_PPP {
    99
    10 class t_pppMain {
     10class t_pppMain : public QObject {
    1111 public:
    1212  t_pppMain();                                                     
    1313  ~t_pppMain();
    1414  void start();                                                     
    15   void stop();                                                     
     15 public slots:
     16  void slotStop();                                                     
    1617
    1718 private:
Note: See TracChangeset for help on using the changeset viewer.