fix: add missing includes to fix Qt 6.4 build
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
		@@ -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";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user