summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/logwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/logwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/logwindow.h5
1 files changed, 3 insertions, 2 deletions
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;