Use the default parameter: QUrl::path(QUrl::PrettyDecoded = 0x000000)
authorMichael Schuster <michael@schuster.ms>
Wed, 20 May 2020 00:30:45 +0000 (02:30 +0200)
committerMichael Schuster <michael@schuster.ms>
Wed, 20 May 2020 00:30:45 +0000 (02:30 +0200)
commit7fd431b50fd1ea50ca9a2eb866870a2f87b20633
treee70afeeaa01c9f0a197cae215a4a6f8707f1e907
parentdea6ebaa35072f6e7c6374193ab0396fb9d8a3a8
Use the default parameter: QUrl::path(QUrl::PrettyDecoded = 0x000000)

Change it to path() to be consistent with the other usages in the project :)

See: https://doc.qt.io/qt-5/qurl.html#path

Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/wizard/webview.cpp