mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Add update notification support
This commit is contained in:
parent
6f99f5d64c
commit
7385dd0838
11 changed files with 370 additions and 257 deletions
|
@ -66,6 +66,9 @@ public:
|
|||
/* Function to return version */
|
||||
Q_INVOKABLE QString constantVersion() const;
|
||||
|
||||
/* Returns true if version argument is newer than current program */
|
||||
Q_INVOKABLE bool isVersionNewer(const QString &version);
|
||||
|
||||
/* Set custom repository */
|
||||
Q_INVOKABLE void setCustomOsListUrl(const QUrl &url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue