summaryrefslogtreecommitdiffstats
path: root/src/loggerEngine.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-20 19:55:27 +0100
committerJonathan Bauer2011-03-20 19:55:27 +0100
commit32b9887c983d78718a8e242e666634ea9a38d43d (patch)
tree1cb1924a7681b750273b149599748beeb2b543eb /src/loggerEngine.h
parentdebug console now powered by qxt, custom engines, updated debug msgs. Downloa... (diff)
downloadfbgui-32b9887c983d78718a8e242e666634ea9a38d43d.tar.gz
fbgui-32b9887c983d78718a8e242e666634ea9a38d43d.tar.xz
fbgui-32b9887c983d78718a8e242e666634ea9a38d43d.zip
comment & removed old tests
Diffstat (limited to 'src/loggerEngine.h')
-rw-r--r--src/loggerEngine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/loggerEngine.h b/src/loggerEngine.h
index 5c62691..7b75112 100644
--- a/src/loggerEngine.h
+++ b/src/loggerEngine.h
@@ -22,7 +22,6 @@
#include <QTextEdit>
class loggerEngine_fb : public QxtLoggerEngine {
-
public:
loggerEngine_fb(QTextEdit* parent);
~loggerEngine_fb();
@@ -38,7 +37,6 @@ public:
};
/*********************************************************************************************/
class loggerEngine_std : public QxtBasicSTDLoggerEngine {
-
public:
loggerEngine_std();
~loggerEngine_std();