Mention version number in title bar

This commit is contained in:
Floris Bos 2020-03-10 17:43:48 +01:00
parent b269d0b522
commit bd37916527
8 changed files with 42 additions and 12 deletions

View file

@ -59,6 +59,9 @@ public:
/* Function to return OS list URL */
Q_INVOKABLE QUrl constantOsListUrl() const;
/* Function to return version */
Q_INVOKABLE QString constantVersion() const;
/* Set custom repository */
Q_INVOKABLE void setCustomOsListUrl(const QUrl &url);