Merge pull request #1172 from Scrumplex/fix-includes
This commit is contained in:
commit
c97a47dc62
@ -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