From 4cc7329ce33e1d6441c9b43b217b003c0a78e985 Mon Sep 17 00:00:00 2001 From: janrupf Date: Fri, 9 Nov 2018 20:44:39 +0100 Subject: GH-2144 Append '(installed)' to the installed version name --- application/VersionProxyModel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/VersionProxyModel.h') diff --git a/application/VersionProxyModel.h b/application/VersionProxyModel.h index 457acfeb..8991c31b 100644 --- a/application/VersionProxyModel.h +++ b/application/VersionProxyModel.h @@ -42,6 +42,7 @@ public: void clearFilters(); QModelIndex getRecommended() const; QModelIndex getVersion(const QString & version) const; + void setCurrentVersion(const QString &version); private slots: void sourceDataChanged(const QModelIndex &source_top_left,const QModelIndex &source_bottom_right); @@ -62,4 +63,5 @@ private: VersionFilterModel * filterModel; bool hasRecommended = false; bool hasLatest = false; + QString m_currentVersion; }; -- cgit v1.2.3