From 9dd79917ae03eb10a7d83ea6dfd056248f4169e7 Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Thu, 3 May 2018 19:31:20 +0100 Subject: [PATCH] Fix http: check --- support/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/utils.cpp b/support/utils.cpp index 72259fdb0..7791325e5 100644 --- a/support/utils.cpp +++ b/support/utils.cpp @@ -58,7 +58,7 @@ const QLatin1Char Utils::constDirSep('/'); const QLatin1String Utils::constDirSepStr("/"); const char * Utils::constDirSepCharStr="/"; -static const QLatin1String constHttp("http://"); +static const QLatin1String constHttp("http:"); QString Utils::fixPath(const QString &dir, bool ensureEndsInSlash) {