summaryrefslogtreecommitdiffstats
path: root/application/themes/FusionTheme.h
blob: e2d9014c5d0a2ea7e4127629a27c33f00f2cd93f (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "ITheme.h"

class FusionTheme: public ITheme
{
public:
	virtual ~FusionTheme() {}

	QString qtTheme() override;
};