mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 02:33:32 +00:00
fix/dynamic-themes
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include "citron/multiplayer/state.h"
|
||||
#include "citron/multiplayer/chat_room.h"
|
||||
#include "citron/uisettings.h"
|
||||
|
||||
class GMainWindow;
|
||||
class QSizeGrip;
|
||||
@@ -31,6 +32,7 @@ public slots:
|
||||
// These slots are connected to the main window to prevent crashes.
|
||||
void OnEmulationStarting();
|
||||
void OnEmulationStopping();
|
||||
void UpdateTheme();
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent* event) override;
|
||||
|
||||
Reference in New Issue
Block a user