checkUpates: installer support (Win), use GUI buildTag and version

This commit is contained in:
xiphon
2020-04-23 14:19:20 +00:00
parent 585fb2810d
commit 9b98e0a2f5
5 changed files with 86 additions and 5 deletions

View File

@@ -36,6 +36,8 @@
class OSHelper : public QObject
{
Q_OBJECT
Q_PROPERTY(bool installed READ installed CONSTANT);
public:
explicit OSHelper(QObject *parent = 0);
@@ -47,6 +49,9 @@ public:
Q_INVOKABLE bool removeTemporaryWallet(const QString &walletName) const;
Q_INVOKABLE bool isCapsLock() const;
private:
bool installed() const;
signals:
public slots: