From db94cf6c69e5c8c9f2b1b5dcf77879c425fbd1b4 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 18 Mar 2011 11:31:51 +0100 Subject: layout: logViewer as a bottom widget, resizeable, toggle with crtl + D, stil for demonstration purposes mostly... --- src/logViewer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/logViewer.h') 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 -- cgit v1.2.3-55-g7522