mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 01:09:55 +00:00
Qt: Implement logging widget (+ configuration)
This commit is contained in:
parent
962d684ca2
commit
84b44fa467
7 changed files with 502 additions and 4 deletions
|
@ -15,6 +15,7 @@
|
|||
#include "DolphinQt2/ToolBar.h"
|
||||
|
||||
class HotkeyScheduler;
|
||||
class LoggerWidget;
|
||||
class MappingWindow;
|
||||
class SettingsWindow;
|
||||
class ControllersWindow;
|
||||
|
@ -109,4 +110,5 @@ private:
|
|||
SettingsWindow* m_settings_window;
|
||||
MappingWindow* m_hotkey_window;
|
||||
GraphicsWindow* m_graphics_window;
|
||||
LoggerWidget* m_logger_widget;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue