qpidctrl  0.7.1
qpiddebug.h
Go to the documentation of this file.
1 #ifndef QPIDDEBUG_H
2 #define QPIDDEBUG_H
3 
4 #include "qcepdebug.h"
5 
6 enum {
7  DEBUG_THREADS = (LAST_CEP_DEBUG<<1),
25 };
26 
27 class QPidDebugDictionary : public QcepDebugDictionary {
28 public:
30 };
31 
32 #endif // QPIDDEBUG_H