PrismLauncher/launcher/ui/themes/FusionTheme.h
Sefa Eyeoglu 1d468ac35a
chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-02 18:35:35 +02:00

11 lines
148 B
C++

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