aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2015-01-12 14:24:01 +0100
committerPhilip Kaufmann <[email protected]>2015-04-15 14:31:50 +0200
commit35d15959b0b6eb58e87b351d8f58952fa8e90103 (patch)
treeadf04e30ff656ccc80979b40b99fd259dfc7d860 /src/qt/paymentserver.h
parent[Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant() (diff)
downloaddiscoin-35d15959b0b6eb58e87b351d8f58952fa8e90103.tar.xz
discoin-35d15959b0b6eb58e87b351d8f58952fa8e90103.zip
[Qt] constify first parameter of processPaymentRequest()
Diffstat (limited to 'src/qt/paymentserver.h')
-rw-r--r--src/qt/paymentserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h
index 6bf5ac2ee..32ed27983 100644
--- a/src/qt/paymentserver.h
+++ b/src/qt/paymentserver.h
@@ -131,7 +131,7 @@ protected:
bool eventFilter(QObject *object, QEvent *event);
private:
- bool processPaymentRequest(PaymentRequestPlus& request, SendCoinsRecipient& recipient);
+ bool processPaymentRequest(const PaymentRequestPlus& request, SendCoinsRecipient& recipient);
void fetchRequest(const QUrl& url);
// Setup networking