From 7d145a0f591dab109eae9adcfaf59303cce0431a Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 23 Dec 2011 20:27:12 -0800 Subject: Add support for opening bitcoin: URIs directly. --- src/qt/bitcoingui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qt/bitcoingui.h') diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index a0905e44ad..d54dc9fcd2 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -123,6 +123,7 @@ public slots: @param[out] payFee true to pay the fee, false to not pay the fee */ void askFee(qint64 nFeeRequired, bool *payFee); + void handleURL(QString strURL); private slots: /** Switch to overview (home) page */ -- cgit v1.2.3