diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-09-22 03:29:46 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-09-22 03:29:46 -0700 |
| commit | 2f91373a0a4d66a93cc6f11e9eb750aff1f0b354 (patch) | |
| tree | c5e3c66d778a396d9829ae77239cee83227bf05e /src/qt/bitcoingui.h | |
| parent | Merge pull request #1844 from Diapolo/Qt5_compat1 (diff) | |
| parent | Update Bugreport Links (diff) | |
| download | discoin-2f91373a0a4d66a93cc6f11e9eb750aff1f0b354.tar.xz discoin-2f91373a0a4d66a93cc6f11e9eb750aff1f0b354.zip | |
Merge pull request #1852 from fanquake/bugreportlinks
Update links to Qt
Diffstat (limited to 'src/qt/bitcoingui.h')
| -rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index bb707da1b..c67e887c0 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -123,7 +123,7 @@ public slots: /** Asks the user whether to pay the transaction fee or to cancel the transaction. It is currently not possible to pass a return value to another thread through BlockingQueuedConnection, so an indirected pointer is used. - http://bugreports.qt.nokia.com/browse/QTBUG-10440 + https://bugreports.qt-project.org/browse/QTBUG-10440 @param[in] nFeeRequired the required fee @param[out] payFee true to pay the fee, false to not pay the fee |