[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.
This commit is contained in:
Philip Kaufmann
2013-12-09 10:48:14 +01:00
parent fb96e28b29
commit bd70562f66
2 changed files with 37 additions and 17 deletions

View File

@@ -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: