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
@ -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…
Reference in New Issue
Block a user