summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/installerbase.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-02-27 17:06:13 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-02-28 15:01:46 +0100
commit030d324f7286ee78262e95bab4b9864df81430fa (patch)
tree754aee3eeb807262e6d242cdedba8aff3f2c2b1e /installerbuilder/installerbase/installerbase.cpp
parentd15fee8a32e2b6855f6f3e3d2b81d330f1d3d894 (diff)
Fix typo and line length.
Change-Id: If93bc577ddfccc11c18cb5b93313d737bdbe6a2f Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
Diffstat (limited to 'installerbuilder/installerbase/installerbase.cpp')
-rw-r--r--installerbuilder/installerbase/installerbase.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/installerbuilder/installerbase/installerbase.cpp b/installerbuilder/installerbase/installerbase.cpp
index 9bc244e55..78f5e8b15 100644
--- a/installerbuilder/installerbase/installerbase.cpp
+++ b/installerbuilder/installerbase/installerbase.cpp
@@ -252,10 +252,11 @@ int main(int argc, char *argv[])
// instantiate the installer we are actually going to use
QInstaller::PackageManagerCore core(content.magicMarker(), content.performedOperations());
- Settings m_settings = Settings(Settings::fromFileAndPrefix(QLatin1String(":/metadata/installer-config/config.xml"),
+ Settings m_settings =
+ Settings(Settings::fromFileAndPrefix(QLatin1String(":/metadata/installer-config/config.xml"),
QLatin1String(":/metadata/installer-config/")));
- // check execution rights for the maintanance tool
+ // check execution rights for the maintenance tool
if (!core.isInstaller() && !allowMaintenanceTool() && !args.contains(QLatin1String("--script"))) {
QString reason = m_settings.value(QLatin1String("DisallowExecuteReason"),
QString::fromLatin1("You are not allowed to run %1.").arg(qAppName())).toString();