cctw  0.2.1
cctwdebug.h
Go to the documentation of this file.
1 #ifndef CCTWDEBUG_H
2 #define CCTWDEBUG_H
3 
4 #include "qcepdebug.h"
5 
6 class CctwDebug : public QcepDebugDictionary
7 {
8  Q_OBJECT
9 public:
10  explicit CctwDebug();
11 };
12 
13 #endif // CCTWDEBUG_H