Merge pull request #1172 from Scrumplex/fix-includes

This commit is contained in:
flow 2022-09-30 18:08:45 -03:00 committed by GitHub
commit c97a47dc62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include "BrightTheme.h"
#include <QObject>
QString BrightTheme::id()
{
return "bright";

View File

@ -1,5 +1,7 @@
#include "DarkTheme.h"
#include <QObject>
QString DarkTheme::id()
{
return "dark";