diff options
author | Sawyer Billings <sawpaw19@gmail.com> | 2020-12-30 21:49:12 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-01-04 12:23:16 +0800 |
commit | e8640849c775efcf202dbd34736fed8d61379c49 (patch) | |
tree | 61f54fc033bdd157d33e6afd89a96c929592beb3 /src/qt/bitcoin.cpp | |
parent | f52f427b8eece858844c395e47c378864acc242d (diff) |
doc: Use https URLs where possible
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 4e1b239bc7..8efb0e35d0 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -77,7 +77,7 @@ static void RegisterMetaTypes() #ifdef ENABLE_WALLET qRegisterMetaType<WalletModel*>(); #endif - // Register typedefs (see http://qt-project.org/doc/qt-5/qmetatype.html#qRegisterMetaType) + // Register typedefs (see https://doc.qt.io/qt-5/qmetatype.html#qRegisterMetaType) // IMPORTANT: if CAmount is no longer a typedef use the normal variant above (see https://doc.qt.io/qt-5/qmetatype.html#qRegisterMetaType-1) qRegisterMetaType<CAmount>("CAmount"); qRegisterMetaType<size_t>("size_t"); |