summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/Qt5Frame.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2018-05-15 16:29:15 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2018-06-01 10:06:30 +0200
commitaae09b331b5645b458556543d02b60266a3e68d0 (patch)
treec2629f1ae49e64b98aec6be7b19aca452bb87c80 /vcl/inc/qt5/Qt5Frame.hxx
parentc889151a67f693e2bc23db63a299ba010a57377d (diff)
Expose menu bar of the main window
and some addional work on activating menus Change-Id: I0c4d87dc158f3253aa97d151385fce14551c11b9
Diffstat (limited to 'vcl/inc/qt5/Qt5Frame.hxx')
-rw-r--r--vcl/inc/qt5/Qt5Frame.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/qt5/Qt5Frame.hxx b/vcl/inc/qt5/Qt5Frame.hxx
index 8772ee7bbfcc..1f881d706881 100644
--- a/vcl/inc/qt5/Qt5Frame.hxx
+++ b/vcl/inc/qt5/Qt5Frame.hxx
@@ -28,6 +28,7 @@
class Qt5Graphics;
class Qt5Instance;
+class Qt5Menu;
class QWidget;
class QPaintDevice;
class QImage;
@@ -55,6 +56,8 @@ class VCLPLUG_QT5_PUBLIC Qt5Frame : public SalFrame
Qt5Frame* m_pParent;
PointerStyle m_ePointerStyle;
+ Qt5Menu* m_pSalMenu;
+
bool m_bDefaultSize;
bool m_bDefaultPos;