diff options
Diffstat (limited to 'gui/pages/VersionPage.h')
-rw-r--r-- | gui/pages/VersionPage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/pages/VersionPage.h b/gui/pages/VersionPage.h index a8bc1515..dfbb6741 100644 --- a/gui/pages/VersionPage.h +++ b/gui/pages/VersionPage.h @@ -37,6 +37,7 @@ public: virtual QIcon icon() override; virtual QString id() override; virtual QString helpPage() override { return "Instance-version"; }; + virtual bool shouldDisplay(); private slots: |