diff options
author | flow <flowlnlnln@gmail.com> | 2022-09-07 10:34:50 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 10:34:50 -0300 |
commit | f65d506f26fd8ba346646dc24ea6bca5e968d0c6 (patch) | |
tree | d6741565a3f85765b268cc992aaf6b6a2784c6bc /launcher/meta/VersionList.h | |
parent | 333dbca01ed15103b5a36a58a9faad7464ed1582 (diff) | |
parent | 42eb265624cb4a6461dc203a5ebfcb35ddd5d730 (diff) | |
download | PrismLauncher-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.h | 1 |
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 { |