mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +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/state.h"
|
||||||
#include "citron/multiplayer/chat_room.h"
|
#include "citron/multiplayer/chat_room.h"
|
||||||
|
#include "citron/uisettings.h"
|
||||||
|
|
||||||
class GMainWindow;
|
class GMainWindow;
|
||||||
class QSizeGrip;
|
class QSizeGrip;
|
||||||
@@ -31,6 +32,7 @@ public slots:
|
|||||||
// These slots are connected to the main window to prevent crashes.
|
// These slots are connected to the main window to prevent crashes.
|
||||||
void OnEmulationStarting();
|
void OnEmulationStarting();
|
||||||
void OnEmulationStopping();
|
void OnEmulationStopping();
|
||||||
|
void UpdateTheme();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void paintEvent(QPaintEvent* event) override;
|
void paintEvent(QPaintEvent* event) override;
|
||||||
|
|||||||
Reference in New Issue
Block a user