summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/logwindow.h
Unidiff
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, 5 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/logwindow.h b/noncore/net/wellenreiter/gui/logwindow.h
index 6e0fe50..da8c274 100644
--- a/noncore/net/wellenreiter/gui/logwindow.h
+++ b/noncore/net/wellenreiter/gui/logwindow.h
@@ -33,2 +33,4 @@ class MLogWindow: public QVBox
33 33
34 static MLogWindow* logwindow() { return MLogWindow::_instance; };
35
34 protected: 36 protected:
@@ -36,2 +38,5 @@ class MLogWindow: public QVBox
36 38
39 private:
40 static MLogWindow* _instance;
41
37}; 42};