Ignore:
Timestamp:
Sep 18, 2013, 1:56:35 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/monitor/thriftclient.h

    r5452 r5479  
    6666
    6767class t_thriftClient : public QThread {
     68 Q_OBJECT
    6869 public:
    6970  t_thriftClient(t_monitor* parent, const QString& host, int port);
     
    7475    _stop = true;
    7576  }
    76 
     77 signals:
     78  void message(QByteArray msg);
    7779 private:
    7880  QMutex      _mutex;
Note: See TracChangeset for help on using the changeset viewer.