mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
Qt: Make Log and Log Configuration widget separate
This commit is contained in:
parent
b0f93f2acc
commit
48d57f223d
9 changed files with 474 additions and 448 deletions
|
@ -18,7 +18,8 @@
|
|||
|
||||
struct BootParameters;
|
||||
class HotkeyScheduler;
|
||||
class LoggerWidget;
|
||||
class LogConfigWidget;
|
||||
class LogWidget;
|
||||
class MappingWindow;
|
||||
class NetPlayClient;
|
||||
class NetPlayDialog;
|
||||
|
@ -136,5 +137,6 @@ private:
|
|||
NetPlayDialog* m_netplay_dialog;
|
||||
NetPlaySetupDialog* m_netplay_setup_dialog;
|
||||
GraphicsWindow* m_graphics_window;
|
||||
LoggerWidget* m_logger_widget;
|
||||
LogWidget* m_log_widget;
|
||||
LogConfigWidget* m_log_config_widget;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue