aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-01-26 19:00:02 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2012-01-26 19:00:02 +0100
commit70f55355e29c8e45b607e782c5d76609d23cc858 (patch)
tree3013bee1a1b7dde5b9dfc72508c2716122e84b5d /src/qt/bitcoingui.h
parent4c932cca6f579bfb11e0144415c3004d382b8e42 (diff)
parent7d145a0f591dab109eae9adcfaf59303cce0431a (diff)
Merge pull request #593 (Full URL Support in bitcoin-qt)
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h1
1 files changed, 1 insertions, 0 deletions
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 */