Changeset 3688 in ntrip for trunk/BNC/corrfile.h


Ignore:
Timestamp:
Feb 12, 2012, 2:07:57 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/corrfile.h

    r3687 r3688  
    2929#include "bncconst.h"
    3030
    31 class t_corrFile {
     31class t_corrFile : public QObject {
     32 Q_OBJECT
     33
    3234 public:
    3335  t_corrFile(QString fileName);
    3436  ~t_corrFile();
     37
     38 signals:
     39  void newCorrections(QList<QString>);
    3540
    3641 private:
Note: See TracChangeset for help on using the changeset viewer.