aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/walletstack.h')
-rw-r--r--src/qt/walletstack.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qt/walletstack.h b/src/qt/walletstack.h
index 506d595c0f..74b9f09081 100644
--- a/src/qt/walletstack.h
+++ b/src/qt/walletstack.h
@@ -20,6 +20,7 @@ class TransactionView;
class OverviewPage;
class AddressBookPage;
class SendCoinsDialog;
+class SendCoinsRecipient;
class SignVerifyMessageDialog;
class Notificator;
class RPCConsole;
@@ -54,7 +55,7 @@ public:
void removeAllWallets();
- bool handleURI(const QString &uri);
+ bool handlePaymentRequest(const SendCoinsRecipient &recipient);
void showOutOfSyncWarning(bool fShow);
@@ -66,7 +67,7 @@ private:
bool bOutOfSync;
public slots:
- void setCurrentWallet(const QString& name);
+ bool setCurrentWallet(const QString& name);
/** Switch to overview (home) page */
void gotoOverviewPage();