From 2312e7fd59cc75aad51ef526a33982fda1ecb4fd Mon Sep 17 00:00:00 2001 From: kh1 Date: Mon, 28 Jul 2014 14:41:28 +0200 Subject: Rename binary format classes and functions. Move to QInstaller. Adjust some minor implementation details. Some renaming of member variables and function names is left out but will follow in later patches. Add some documentation. Change-Id: I929dcbe13fa701be5224b9e5fdf8d19bfff81235 Reviewed-by: Kai Koehne Reviewed-by: Niels Weber --- src/libs/installer/downloadarchivesjob.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/installer/downloadarchivesjob.cpp') diff --git a/src/libs/installer/downloadarchivesjob.cpp b/src/libs/installer/downloadarchivesjob.cpp index 332c62f2a..a1612b158 100644 --- a/src/libs/installer/downloadarchivesjob.cpp +++ b/src/libs/installer/downloadarchivesjob.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (C) 2012-2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2012-2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Installer Framework. @@ -240,7 +240,7 @@ void DownloadArchivesJob::registerFile() } const QPair pair = m_archivesToDownload.takeFirst(); - QInstallerCreator::BinaryFormatEngineHandler::instance()->registerArchive(pair.first, + BinaryFormatEngineHandler::instance()->registerResource(pair.first, m_downloader->downloadedFileName()); } fetchNextArchiveHash(); -- cgit v1.2.3