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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/logic/forge/ForgeVersionList.h b/logic/forge/ForgeVersionList.h
index 75e1dd78..baae570d 100644
--- a/logic/forge/ForgeVersionList.h
+++ b/logic/forge/ForgeVersionList.h
@@ -44,7 +44,8 @@ public:
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 QList<ModelRoles> providesRoles() override;
+
virtual int columnCount(const QModelIndex &parent) const;
protected: