diff options
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r-- | src/qt/walletframe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h index 5b4baf7255..3649185e8a 100644 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -25,7 +25,7 @@ public: bool addWallet(const QString& name, WalletModel *walletModel); bool setCurrentWallet(const QString& name); - + void removeAllWallets(); bool handleURI(const QString &uri); @@ -47,7 +47,7 @@ public slots: /** Switch to receive coins page */ void gotoReceiveCoinsPage(); /** Switch to send coins page */ - void gotoSendCoinsPage(); + void gotoSendCoinsPage(QString addr = ""); /** Show Sign/Verify Message dialog and switch to sign message tab */ void gotoSignMessageTab(QString addr = ""); |