PrismLauncher/application/themes/FusionTheme.h

12 lines
144 B
C
Raw Normal View History

#pragma once
#include "ITheme.h"
class FusionTheme: public ITheme
{
public:
2018-07-15 13:51:05 +01:00
virtual ~FusionTheme() {}
2018-07-15 13:51:05 +01:00
QString qtTheme() override;
};