summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/getrepositorymetainfojob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/getrepositorymetainfojob.cpp')
-rw-r--r--installerbuilder/libinstaller/getrepositorymetainfojob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/getrepositorymetainfojob.cpp b/installerbuilder/libinstaller/getrepositorymetainfojob.cpp
index 47adfb18e..ba7e1574a 100644
--- a/installerbuilder/libinstaller/getrepositorymetainfojob.cpp
+++ b/installerbuilder/libinstaller/getrepositorymetainfojob.cpp
@@ -357,7 +357,7 @@ void GetRepositoryMetaInfoJob::fetchNextMetaInfo()
const QString repoUrl = m_repository.url().toString();
const QUrl url = QString::fromLatin1("%1/%2/%3meta.7z").arg(repoUrl, next,
- online ? nextVersion : QLatin1String(""));
+ online ? nextVersion : QString());
if (!m_publicKey.isEmpty()) {
const CryptoSignatureVerifier verifier(m_publicKey);