diff options
| author | Jonathan Bauer | 2011-03-18 11:31:51 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-18 11:31:51 +0100 |
| commit | db94cf6c69e5c8c9f2b1b5dcf77879c425fbd1b4 (patch) | |
| tree | b84360e117480587b99d6af0c1d02a0d6eaafe09 /src/logViewer.h | |
| parent | (WIP) logViewer wont stay like this, just to show layout possibilities..(WIP)... (diff) | |
| download | fbgui-db94cf6c69e5c8c9f2b1b5dcf77879c425fbd1b4.tar.gz fbgui-db94cf6c69e5c8c9f2b1b5dcf77879c425fbd1b4.tar.xz fbgui-db94cf6c69e5c8c9f2b1b5dcf77879c425fbd1b4.zip | |
layout: logViewer as a bottom widget, resizeable, toggle with crtl + D, stil for demonstration purposes mostly...
Diffstat (limited to 'src/logViewer.h')
| -rw-r--r-- | src/logViewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logViewer.h b/src/logViewer.h index 7c61baf..b123f05 100644 --- a/src/logViewer.h +++ b/src/logViewer.h @@ -11,7 +11,8 @@ # General information about OpenSLX can be found under http://openslx.org # # -# Simple logfile viewer / debug console. +# Simple log viewer. (experimental) +# Requires: Logger engine (to implement) # */ #ifndef LOGVIEWER_H @@ -23,7 +24,6 @@ class logViewer : public QTextEdit { public: logViewer(QWidget *parent); - void write(QString text); }; #endif // LOGVIEWER_H |
