summaryrefslogtreecommitdiffstats
path: root/logic/forge/ForgeVersionList.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/forge/ForgeVersionList.h')
-rw-r--r--logic/forge/ForgeVersionList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/forge/ForgeVersionList.h b/logic/forge/ForgeVersionList.h
index c848e9b8..2c020b0f 100644
--- a/logic/forge/ForgeVersionList.h
+++ b/logic/forge/ForgeVersionList.h
@@ -41,6 +41,8 @@ public:
virtual BaseVersionPtr getLatestStable() const;
+ ForgeVersionPtr findVersionByVersionNr(QString version);
+
virtual QVariant data(const QModelIndex &index, int role) const;
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const;
virtual int columnCount(const QModelIndex &parent) const;