summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/logwindow.h
authormickeyl <mickeyl>2003-03-30 02:08:00 (UTC)
committer mickeyl <mickeyl>2003-03-30 02:08:00 (UTC)
commit21a9eae2190754c6a807ae47f6aad80aa4f53728 (patch) (unidiff)
treed56760049ee7f48b7aa7ee8c7ea3eaf0b7e5d803 /noncore/net/wellenreiter/gui/logwindow.h
parentd11a0154e2d9732854c9a3d598857bc20f359849 (diff)
downloadopie-21a9eae2190754c6a807ae47f6aad80aa4f53728.zip
opie-21a9eae2190754c6a807ae47f6aad80aa4f53728.tar.gz
opie-21a9eae2190754c6a807ae47f6aad80aa4f53728.tar.bz2
- add file->new
Diffstat (limited to 'noncore/net/wellenreiter/gui/logwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/logwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/logwindow.h b/noncore/net/wellenreiter/gui/logwindow.h
index 253defa..6e0fe50 100644
--- a/noncore/net/wellenreiter/gui/logwindow.h
+++ b/noncore/net/wellenreiter/gui/logwindow.h
@@ -26,12 +26,13 @@ class MLogWindow: public QVBox
26 26
27 public: 27 public:
28 MLogWindow( QWidget * parent = 0, const char * name = "MLogWindow", WFlags f = 0 ); 28 MLogWindow( QWidget * parent = 0, const char * name = "MLogWindow", WFlags f = 0 );
29 29
30 void log( QString text ); 30 void log( QString text );
31 const QString getLog() const; 31 const QString getLog() const;
32 void clear();
32 33
33 protected: 34 protected:
34 QMultiLineEdit* ledit; 35 QMultiLineEdit* ledit;
35 36
36}; 37};
37 38