QXRD  0.11.16
qxrdthread.h
Go to the documentation of this file.
1 #ifndef QXRDTHREAD_H
2 #define QXRDTHREAD_H
3 
4 #include "qcepthread.h"
5 
6 class QxrdThread : public QcepThread
7 {
8  Q_OBJECT
9 
10 public:
11  explicit QxrdThread(QObject *parent = 0);
12 
13  virtual void shutdown() = 0;
14 };
15 
16 #endif // QXRDTHREAD_H
virtual void shutdown()=0
QxrdThread(QObject *parent=0)
Definition: qxrdthread.cpp:3