mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #12066 from Pokechu22/main-window-right-click-menu
Disable right-click menu on main window
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
|
||||
#include "Core/Boot/Boot.h"
|
||||
|
||||
class QMenu;
|
||||
class QStackedWidget;
|
||||
class QString;
|
||||
|
||||
@ -80,6 +81,7 @@ public:
|
||||
WindowSystemInfo GetWindowSystemInfo() const;
|
||||
|
||||
bool eventFilter(QObject* object, QEvent* event) override;
|
||||
QMenu* createPopupMenu() override;
|
||||
|
||||
signals:
|
||||
void ReadOnlyModeChanged(bool read_only);
|
||||
|
Reference in New Issue
Block a user