aboutsummaryrefslogtreecommitdiff
path: root/launcher/meta/VersionList.h
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-09-07 10:34:50 -0300
committerGitHub <noreply@github.com>2022-09-07 10:34:50 -0300
commitf65d506f26fd8ba346646dc24ea6bca5e968d0c6 (patch)
treed6741565a3f85765b268cc992aaf6b6a2784c6bc /launcher/meta/VersionList.h
parent333dbca01ed15103b5a36a58a9faad7464ed1582 (diff)
parent42eb265624cb4a6461dc203a5ebfcb35ddd5d730 (diff)
downloadPrismLauncher-f65d506f26fd8ba346646dc24ea6bca5e968d0c6.tar.gz
PrismLauncher-f65d506f26fd8ba346646dc24ea6bca5e968d0c6.tar.bz2
PrismLauncher-f65d506f26fd8ba346646dc24ea6bca5e968d0c6.zip
Merge pull request #997 from flowln/fix_major_version_filter
Diffstat (limited to 'launcher/meta/VersionList.h')
-rw-r--r--launcher/meta/VersionList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/meta/VersionList.h b/launcher/meta/VersionList.h
index 378255df..a6db2fd7 100644
--- a/launcher/meta/VersionList.h
+++ b/launcher/meta/VersionList.h
@@ -66,6 +66,7 @@ public:
QString humanReadable() const;
VersionPtr getVersion(const QString &version);
+ bool hasVersion(QString version) const;
QVector<VersionPtr> versions() const
{