Settings: Rescan wallet cache button

This commit is contained in:
Jaquee
2017-05-03 14:37:33 +02:00
parent 4ca35af11a
commit 98b040670c
3 changed files with 58 additions and 0 deletions

View File

@@ -136,6 +136,9 @@ public:
Q_INVOKABLE bool saveQrCode(const QString &, const QString &) const;
Q_INVOKABLE QString checkUpdates(const QString &software, const QString &subdir) const;
// clear/rename wallet cache
Q_INVOKABLE bool clearWalletCache(const QString &fileName) const;
signals:
void walletOpened(Wallet * wallet);