From a195865dfdb03b4c7c972acfc8cfd87743ab3e6f Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 23 Feb 2003 18:48:17 +0000 Subject: - write simple log - record first seen / last seen per item --- (limited to 'noncore/net/wellenreiter/gui/logwindow.h') diff --git a/noncore/net/wellenreiter/gui/logwindow.h b/noncore/net/wellenreiter/gui/logwindow.h index 325f8d0..253defa 100644 --- a/noncore/net/wellenreiter/gui/logwindow.h +++ b/noncore/net/wellenreiter/gui/logwindow.h @@ -26,9 +26,10 @@ class MLogWindow: public QVBox public: MLogWindow( QWidget * parent = 0, const char * name = "MLogWindow", WFlags f = 0 ); - + void log( QString text ); - + const QString getLog() const; + protected: QMultiLineEdit* ledit; -- cgit v0.9.0.2