diff options
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 { |