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.cpp') diff --git a/noncore/net/wellenreiter/gui/logwindow.cpp b/noncore/net/wellenreiter/gui/logwindow.cpp index c355f09..f132f56 100644 --- a/noncore/net/wellenreiter/gui/logwindow.cpp +++ b/noncore/net/wellenreiter/gui/logwindow.cpp @@ -24,7 +24,7 @@ MLogWindow::MLogWindow( QWidget * parent, const char * name, WFlags f ) // FIXME: Set properties( font, read-only, etc...) -}; +} void MLogWindow::log( QString text ) { @@ -34,6 +34,9 @@ void MLogWindow::log( QString text ) ledit->append( line ); qDebug( line ); -}; - +} +const QString MLogWindow::getLog() const +{ + return ledit->text(); +} -- cgit v0.9.0.2