summaryrefslogtreecommitdiffstats
path: root/application/themes/FusionTheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/themes/FusionTheme.h')
-rw-r--r--application/themes/FusionTheme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/themes/FusionTheme.h b/application/themes/FusionTheme.h
index e2d9014c..ee34245a 100644
--- a/application/themes/FusionTheme.h
+++ b/application/themes/FusionTheme.h
@@ -5,7 +5,7 @@
class FusionTheme: public ITheme
{
public:
- virtual ~FusionTheme() {}
+ virtual ~FusionTheme() {}
- QString qtTheme() override;
+ QString qtTheme() override;
};