diff options
Diffstat (limited to 'qt/qLogging.h')
| -rw-r--r-- | qt/qLogging.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qt/qLogging.h b/qt/qLogging.h new file mode 100644 index 0000000..98a619a --- a/dev/null +++ b/qt/qLogging.h @@ -0,0 +1,19 @@ +#ifndef QLOG_H +#define QLOG_H +#include <QtGui> +#include <logging.h> + +class QLogger : public QWidget, public Logger +{ + Q_OBJECT +public: + QLogger(QWidget *); + ~QLogger(); + +public slots: + +private: + +}; + +#endif // QLOG_H |

