fix qt warning about registering a URL sheme first.
authorBjörn Bidar <theodorstormgrade@gmail.com>
Mon, 22 Apr 2019 04:10:41 +0000 (06:10 +0200)
committerBjörn Bidar <theodorstormgrade@gmail.com>
Mon, 22 Apr 2019 05:38:38 +0000 (07:38 +0200)
commitcea0d519a42bff0cf5b67ee070a7d2e1c26856dd
tree742b309b9044d419a4407d045f1d204c3d4b617c
parent3c947819c12e6ed58a138accdeb66ba3a38c7068
fix qt warning about registering a URL sheme first.

Qt recommends to register a URL scheme before installing it.
I don't know the impact of the not registering before instaling but I
think the change is pretty harmles.

See:
https://doc.qt.io/qt-5/qwebengineurlscheme.html#registerScheme
Signed-off-by: Björn Bidar <theodorstormgrade@gmail.com>
src/gui/wizard/webview.cpp