mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: add missing includes to fix Qt 6.4 build
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
0dca9cb6b8
commit
7ccafdc993
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#include "BrightTheme.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
QString BrightTheme::id()
|
||||
{
|
||||
return "bright";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#include "DarkTheme.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
QString DarkTheme::id()
|
||||
{
|
||||
return "dark";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue