Merge pull request #1172 from Scrumplex/fix-includes
This commit is contained in:
commit
c97a47dc62
@ -1,5 +1,7 @@
|
|||||||
#include "BrightTheme.h"
|
#include "BrightTheme.h"
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
|
|
||||||
QString BrightTheme::id()
|
QString BrightTheme::id()
|
||||||
{
|
{
|
||||||
return "bright";
|
return "bright";
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#include "DarkTheme.h"
|
#include "DarkTheme.h"
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
|
|
||||||
QString DarkTheme::id()
|
QString DarkTheme::id()
|
||||||
{
|
{
|
||||||
return "dark";
|
return "dark";
|
||||||
|
Loading…
Reference in New Issue
Block a user