diff options
author | flow <flowlnlnln@gmail.com> | 2022-11-03 16:41:55 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-11-04 16:53:24 -0300 |
commit | 353b51f11ea406dd027096c30ec9626ee4e2c417 (patch) | |
tree | bbd288e7a6060d96824876d38dd861fe5a3546b4 /launcher/ui/pages/modplatform/flame | |
parent | 76050880f16bef13ed152f379e72ce52042676a2 (diff) | |
download | PrismLauncher-353b51f11ea406dd027096c30ec9626ee4e2c417.tar.gz PrismLauncher-353b51f11ea406dd027096c30ec9626ee4e2c417.tar.bz2 PrismLauncher-353b51f11ea406dd027096c30ec9626ee4e2c417.zip |
refactor: move MMCStrings -> StringUtils
General utilities can go in here >:)
Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/flame')
-rw-r--r-- | launcher/ui/pages/modplatform/flame/FlameModel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlameModel.cpp b/launcher/ui/pages/modplatform/flame/FlameModel.cpp index 9f8605eb..debae8c3 100644 --- a/launcher/ui/pages/modplatform/flame/FlameModel.cpp +++ b/launcher/ui/pages/modplatform/flame/FlameModel.cpp @@ -3,7 +3,6 @@ #include "Application.h" #include "ui/widgets/ProjectItem.h" -#include <MMCStrings.h> #include <Version.h> #include <QtMath> |