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/notificator.cpp | |
parent | f52f427b8eece858844c395e47c378864acc242d (diff) |
doc: Use https URLs where possible
Diffstat (limited to 'src/qt/notificator.cpp')
-rw-r--r-- | src/qt/notificator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/notificator.cpp b/src/qt/notificator.cpp index 1242a96991..b097ef080c 100644 --- a/src/qt/notificator.cpp +++ b/src/qt/notificator.cpp @@ -66,7 +66,7 @@ Notificator::~Notificator() #ifdef USE_DBUS -// Loosely based on http://www.qtcentre.org/archive/index.php/t-25879.html +// Loosely based on https://www.qtcentre.org/archive/index.php/t-25879.html class FreedesktopImage { public: |