diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-13 12:40:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-13 13:28:16 +0200 |
commit | 747a9838ee53a4d2c005729419047b1ffde0db70 (patch) | |
tree | d32ab5e5b6a079e1bf2b1e7ccb012242f48b1316 /vcl/inc/qt5/QtMenu.hxx | |
parent | 32d2e001bb056e7d98aa143b222f2721967337dc (diff) |
loplugin:unusedmethods
Change-Id: I00f228451574ca9f9e352d233c7f326c88e90a95
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156892
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/qt5/QtMenu.hxx')
-rw-r--r-- | vcl/inc/qt5/QtMenu.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/qt5/QtMenu.hxx b/vcl/inc/qt5/QtMenu.hxx index ffc00d402950..587e1cfea8d1 100644 --- a/vcl/inc/qt5/QtMenu.hxx +++ b/vcl/inc/qt5/QtMenu.hxx @@ -80,7 +80,6 @@ public: virtual void RemoveItem(unsigned nPos) override; virtual void SetSubMenu(SalMenuItem* pSalMenuItem, SalMenu* pSubMenu, unsigned nPos) override; virtual void SetFrame(const SalFrame* pFrame) override; - const QtFrame* GetFrame() const; virtual void ShowMenuBar(bool bVisible) override; virtual bool ShowNativePopupMenu(FloatingWindow* pWin, const tools::Rectangle& rRect, FloatWinPopupFlags nFlags) override; |