|
|
@ -113,7 +113,7 @@ public Q_SLOTS:
|
|
|
|
void uiReady();
|
|
|
|
void uiReady();
|
|
|
|
|
|
|
|
|
|
|
|
// Submit Payment message to a merchant, get back PaymentACK:
|
|
|
|
// Submit Payment message to a merchant, get back PaymentACK:
|
|
|
|
void fetchPaymentACK(CWallet* wallet, SendCoinsRecipient recipient, QByteArray transaction);
|
|
|
|
void fetchPaymentACK(CWallet* wallet, const SendCoinsRecipient& recipient, QByteArray transaction);
|
|
|
|
|
|
|
|
|
|
|
|
// Handle an incoming URI, URI with local file scheme or file
|
|
|
|
// Handle an incoming URI, URI with local file scheme or file
|
|
|
|
void handleURIOrFile(const QString& s);
|
|
|
|
void handleURIOrFile(const QString& s);
|
|
|
|