summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-08-21 13:23:24 +0000
committerFlorian Jung <flo@windfisch.org>2011-08-21 13:23:24 +0000
commitedbe737895dacf8bf54813d7bc99c5e851dc8018 (patch)
tree1a8e7fb157879cff1b5db0bcab045244d10dc721 /muse2/muse/cobject.h
parentddd2a029be95206f1cd834cb76f6d5bb1859b890 (diff)
added "windows" menu
removed unneeded debugging messages ("FINDMICH")
Diffstat (limited to 'muse2/muse/cobject.h')
-rw-r--r--muse2/muse/cobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/cobject.h b/muse2/muse/cobject.h
index e934aff0..14a40a93 100644
--- a/muse2/muse/cobject.h
+++ b/muse2/muse/cobject.h
@@ -51,6 +51,7 @@ class TopWin : public QMainWindow
bool isMdiWin() const;
+ QMdiSubWindow* getMdiWin() const { return mdisubwin; }
TopWin(ToplevelType t, QWidget* parent=0, const char* name=0, Qt::WindowFlags f = Qt::Window);