aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/oshelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/oshelper.h b/src/main/oshelper.h
index dc3058dd..1c3aeb72 100644
--- a/src/main/oshelper.h
+++ b/src/main/oshelper.h
@@ -56,10 +56,10 @@ public:
Q_INVOKABLE bool isCapsLock() const;
Q_INVOKABLE quint8 getNetworkTypeFromFile(const QString &keysPath) const;
Q_INVOKABLE void openSeedTemplate() const;
+ bool installed() const;
static std::pair<quint8, QString> getNetworkTypeAndAddressFromFile(const QString &wallet);
private:
- bool installed() const;
signals: