summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/operationrunner.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-02-27 14:16:52 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-02-27 14:35:20 +0100
commit1a94401be74dc4e35450a0db3709087554367228 (patch)
treea86f71180d543daaf487e5e27d555c8fa6e0d4d5 /installerbuilder/libinstaller/operationrunner.cpp
parent6840d746b623d68dae07934619cdecca47127fb8 (diff)
Fix typo. magicmaker() -> magicMarker()
Change-Id: Ie822aef8943799497088bbc6949a2712a63b51c4 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/operationrunner.cpp')
-rw-r--r--installerbuilder/libinstaller/operationrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/operationrunner.cpp b/installerbuilder/libinstaller/operationrunner.cpp
index 19ec17c80..012f2e785 100644
--- a/installerbuilder/libinstaller/operationrunner.cpp
+++ b/installerbuilder/libinstaller/operationrunner.cpp
@@ -76,7 +76,7 @@ bool OperationRunner::init()
try {
BinaryContent content = BinaryContent::readFromApplicationFile();
content.registerEmbeddedQResources();
- m_core = new PackageManagerCore(content.magicmaker(), content.performedOperations());
+ m_core = new PackageManagerCore(content.magicMarker(), content.performedOperations());
} catch (const Error &e) {
std::cerr << qPrintable(e.message()) << std::endl;
return false;