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, 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
+ static MLogWindow* logwindow() { return MLogWindow::_instance; };
+
protected:
@@ -36,2 +38,5 @@ class MLogWindow: public QVBox
+ private:
+ static MLogWindow* _instance;
+
};