From bd70562f660552973dcf99e00c7897ae884661da Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Mon, 9 Dec 2013 10:48:14 +0100 Subject: [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. --- src/qt/paymentserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/paymentserver.h') 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: -- cgit v1.2.3