PrismLauncher/launcher/ui/themes/FusionTheme.h
Sefa Eyeoglu 91ba4cf75e
chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-14 18:16:53 +02:00

11 lines
148 B
C++

#pragma once
#include "ITheme.h"
class FusionTheme : public ITheme {
public:
virtual ~FusionTheme() {}
QString qtTheme() override;
};