aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/ModIndex.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-09-28 22:53:40 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-09-28 22:53:40 +0300
commit5b7c5607a90cbb6ff78ba140a15d6180842d069b (patch)
treef7bbc30b5eabe4c257d1fd928d7dfa2002fb260d /launcher/modplatform/ModIndex.h
parent9acbf98f940204cd141203a6eccbc9a7351e5a78 (diff)
downloadPrismLauncher-5b7c5607a90cbb6ff78ba140a15d6180842d069b.tar.gz
PrismLauncher-5b7c5607a90cbb6ff78ba140a15d6180842d069b.tar.bz2
PrismLauncher-5b7c5607a90cbb6ff78ba140a15d6180842d069b.zip
removed flame consturctor
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/ModIndex.h')
-rw-r--r--launcher/modplatform/ModIndex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h
index 4ed8bcd8..4d6759d3 100644
--- a/launcher/modplatform/ModIndex.h
+++ b/launcher/modplatform/ModIndex.h
@@ -62,7 +62,6 @@ struct DonationData {
struct IndexedVersionType {
enum class VersionType { Release = 1, Beta, Alpha, Unknown };
IndexedVersionType(const QString& type);
- IndexedVersionType(int flame_type);
IndexedVersionType(const IndexedVersionType::VersionType& type);
IndexedVersionType(const IndexedVersionType& type);
IndexedVersionType() : IndexedVersionType(IndexedVersionType::VersionType::Unknown) {}