diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-09 10:48:14 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-10 11:04:37 +0100 |
commit | bd70562f660552973dcf99e00c7897ae884661da (patch) | |
tree | 1ba3b7c073cf8c7fc2eaf06994bb10f6ff3accdf /src/qt/paymentserver.h | |
parent | fb96e28b29487f4fdff81b8852d03da5e3110345 (diff) |
[Qt] add messages when handling local payment request files
- important for the open URI dialog to give users feedback
when a file is invalid etc.
Diffstat (limited to 'src/qt/paymentserver.h')
-rw-r--r-- | src/qt/paymentserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h index ab59388acc..da9923f9f1 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -98,7 +98,7 @@ public slots: // Submit Payment message to a merchant, get back PaymentACK: void fetchPaymentACK(CWallet* wallet, SendCoinsRecipient recipient, QByteArray transaction); - // Handle an incoming URI or file + // Handle an incoming URI, URI with local file scheme or file void handleURIOrFile(const QString& s); private slots: |