mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Qt/MainWindow: Maintain pointer to hotkey window
Prevents multiple hotkey windows from being opened.
This commit is contained in:
parent
211a9bf6d2
commit
ea77899ddd
2 changed files with 10 additions and 6 deletions
|
@ -29,6 +29,7 @@ class HotkeyScheduler;
|
|||
class JITWidget;
|
||||
class LogConfigWidget;
|
||||
class LogWidget;
|
||||
class MappingWindow;
|
||||
class MemoryWidget;
|
||||
class MenuBar;
|
||||
class NetPlayDialog;
|
||||
|
@ -184,6 +185,7 @@ private:
|
|||
SettingsWindow* m_settings_window = nullptr;
|
||||
GraphicsWindow* m_graphics_window = nullptr;
|
||||
FIFOPlayerWindow* m_fifo_window = nullptr;
|
||||
MappingWindow* m_hotkey_window = nullptr;
|
||||
|
||||
HotkeyScheduler* m_hotkey_scheduler;
|
||||
NetPlayDialog* m_netplay_dialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue