Merge pull request #1852 from fanquake/bugreportlinks
Update links to Qt
This commit is contained in:
commit
2f91373a0a
5 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@ Alternatively, install `Qt Creator`_ and open the `bitcoin-qt.pro` file.
|
||||||
|
|
||||||
An executable named `bitcoin-qt` will be built.
|
An executable named `bitcoin-qt` will be built.
|
||||||
|
|
||||||
.. _`Qt Creator`: http://qt.nokia.com/downloads/
|
.. _`Qt Creator`: http://qt-project.org/downloads/
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
--------
|
--------
|
||||||
|
@ -42,7 +42,7 @@ Windows build instructions:
|
||||||
|
|
||||||
- Open the bitcoin-qt.pro file in Qt Creator and build as normal (ctrl-B)
|
- Open the bitcoin-qt.pro file in Qt Creator and build as normal (ctrl-B)
|
||||||
|
|
||||||
.. _`Qt Windows SDK`: http://qt.nokia.com/downloads/sdk-windows-cpp
|
.. _`Qt Windows SDK`: http://qt-project.org/downloads/
|
||||||
.. _`dependencies archive`: https://download.visucore.com/bitcoin/qtgui_deps_1.zip
|
.. _`dependencies archive`: https://download.visucore.com/bitcoin/qtgui_deps_1.zip
|
||||||
.. [#] PGP signature: https://download.visucore.com/bitcoin/qtgui_deps_1.zip.sig (signed with RSA key ID `610945D0`_)
|
.. [#] PGP signature: https://download.visucore.com/bitcoin/qtgui_deps_1.zip.sig (signed with RSA key ID `610945D0`_)
|
||||||
.. _`610945D0`: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x610945D0
|
.. _`610945D0`: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x610945D0
|
||||||
|
@ -64,7 +64,7 @@ Mac OS X
|
||||||
|
|
||||||
- Open the bitcoin-qt.pro file in Qt Creator and build as normal (cmd-B)
|
- Open the bitcoin-qt.pro file in Qt Creator and build as normal (cmd-B)
|
||||||
|
|
||||||
.. _`Qt Mac OS X SDK`: http://qt.nokia.com/downloads/sdk-mac-os-cpp
|
.. _`Qt Mac OS X SDK`: http://qt-project.org/downloads/
|
||||||
.. _`MacPorts`: http://www.macports.org/install.php
|
.. _`MacPorts`: http://www.macports.org/install.php
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ public:
|
||||||
/** Make field empty and ready for new input. */
|
/** Make field empty and ready for new input. */
|
||||||
void clear();
|
void clear();
|
||||||
|
|
||||||
/** Qt messes up the tab chain by default in some cases (issue http://bugreports.qt.nokia.com/browse/QTBUG-10907),
|
/** Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907),
|
||||||
in these cases we have to set it up manually.
|
in these cases we have to set it up manually.
|
||||||
*/
|
*/
|
||||||
QWidget *setupTabChain(QWidget *prev);
|
QWidget *setupTabChain(QWidget *prev);
|
||||||
|
|
|
@ -123,7 +123,7 @@ public slots:
|
||||||
/** Asks the user whether to pay the transaction fee or to cancel the transaction.
|
/** 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
|
It is currently not possible to pass a return value to another thread through
|
||||||
BlockingQueuedConnection, so an indirected pointer is used.
|
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[in] nFeeRequired the required fee
|
||||||
@param[out] payFee true to pay the fee, false to not pay the fee
|
@param[out] payFee true to pay the fee, false to not pay the fee
|
||||||
|
|
|
@ -25,7 +25,7 @@ public:
|
||||||
|
|
||||||
void setModel(WalletModel *model);
|
void setModel(WalletModel *model);
|
||||||
|
|
||||||
/** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue http://bugreports.qt.nokia.com/browse/QTBUG-10907).
|
/** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907).
|
||||||
*/
|
*/
|
||||||
QWidget *setupTabChain(QWidget *prev);
|
QWidget *setupTabChain(QWidget *prev);
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ public:
|
||||||
|
|
||||||
void setValue(const SendCoinsRecipient &value);
|
void setValue(const SendCoinsRecipient &value);
|
||||||
|
|
||||||
/** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue http://bugreports.qt.nokia.com/browse/QTBUG-10907).
|
/** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907).
|
||||||
*/
|
*/
|
||||||
QWidget *setupTabChain(QWidget *prev);
|
QWidget *setupTabChain(QWidget *prev);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue