diff --git a/scwx-qt/source/scwx/qt/manager/placefile_manager.cpp b/scwx-qt/source/scwx/qt/manager/placefile_manager.cpp index f5b71a6f..cc4e195e 100644 --- a/scwx-qt/source/scwx/qt/manager/placefile_manager.cpp +++ b/scwx-qt/source/scwx/qt/manager/placefile_manager.cpp @@ -585,7 +585,7 @@ void PlacefileManager::Impl::PlacefileRecord::Update() // Iterate through each query parameter in the URL if (url.hasQuery()) { - auto query = url.query(QUrl::ComponentFormattingOption::FullyEncoded) + auto query = url.query(QUrl::ComponentFormattingOption::PrettyDecoded) .toStdString(); boost::char_separator delimiter("&");