00001 #ifndef CERRDEBUGMONITOR_H
00002 #define CERRDEBUGMONITOR_H
00003
00004 #include <QObject>
00005
00017 class CerrDebugMonitor : public QObject
00018 {
00019 Q_OBJECT
00020 public:
00021 explicit CerrDebugMonitor(QObject *parent = 0);
00022
00023 signals:
00024
00025 public slots:
00026 void debugMessage(QString message);
00027
00028 };
00029
00030 #endif // CERRDEBUGMONITOR_H