summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-08-22 18:17:08 +0000
committerFlorian Jung <flo@windfisch.org>2011-08-22 18:17:08 +0000
commitb420f1dd82698c9d7c46212a57a1142a4e37f228 (patch)
tree6e6c1ba331b84bbf5ac8deba4545a689201fa1a8 /muse2/muse/cobject.h
parent83d25a41dfc356d2249d8cbed2f08416013eb07c (diff)
added fullscreen mode
Diffstat (limited to 'muse2/muse/cobject.h')
-rw-r--r--muse2/muse/cobject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/muse/cobject.h b/muse2/muse/cobject.h
index 604a8c28..aff4964a 100644
--- a/muse2/muse/cobject.h
+++ b/muse2/muse/cobject.h
@@ -84,6 +84,7 @@ class TopWin : public QMainWindow
protected:
QAction* subwinAction;
QAction* shareAction;
+ QAction* fullscreenAction;
ToplevelType _type;
@@ -99,6 +100,9 @@ class TopWin : public QMainWindow
bool initalizing; //if true, no state is saved
+ private slots:
+ void setFullscreen(bool);
+
public slots:
virtual void hide();
virtual void show();