From e2a8efca864f7e3af7b5d602f6e76e26f377e585 Mon Sep 17 00:00:00 2001 From: selsta Date: Sat, 21 Mar 2026 20:10:21 +0100 Subject: installer: move p2pool to LocalAppData --- src/main/oshelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') 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 getNetworkTypeAndAddressFromFile(const QString &wallet); private: - bool installed() const; signals: -- cgit v1.2.3