mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
Qt/MainWindow: Lazily initialize hotkey mapping window
This commit is contained in:
parent
4a68490abc
commit
457d7cf58f
2 changed files with 7 additions and 8 deletions
|
@ -33,7 +33,6 @@ class HotkeyScheduler;
|
|||
class JITWidget;
|
||||
class LogConfigWidget;
|
||||
class LogWidget;
|
||||
class MappingWindow;
|
||||
class MemoryWidget;
|
||||
class NetPlayClient;
|
||||
class NetPlayDialog;
|
||||
|
@ -182,7 +181,6 @@ private:
|
|||
HotkeyScheduler* m_hotkey_scheduler;
|
||||
ControllersWindow* m_controllers_window;
|
||||
SettingsWindow* m_settings_window;
|
||||
MappingWindow* m_hotkey_window;
|
||||
NetPlayDialog* m_netplay_dialog;
|
||||
NetPlaySetupDialog* m_netplay_setup_dialog;
|
||||
GraphicsWindow* m_graphics_window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue