From b4cdc6c9e3ecdc4acbe1882ddd4a3888bb8f2d7c Mon Sep 17 00:00:00 2001 From: jkobus Date: Thu, 5 Jun 2014 09:23:03 +0200 Subject: Fix tutorial example - remove translations part - replace installation dir (root) with home in order to properly finish the installer wizard with default values - AllowSpaceInPath is now true by default (ChangeLog updated) Change-Id: I84e372ac4da05964d90851bf592fc87ee9409e3b Reviewed-by: Kai Koehne Reviewed-by: Karsten Heimrich --- src/libs/installer/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libs/installer/settings.cpp b/src/libs/installer/settings.cpp index 56041916e..81972f2c2 100644 --- a/src/libs/installer/settings.cpp +++ b/src/libs/installer/settings.cpp @@ -432,7 +432,7 @@ QString Settings::configurationFileName() const bool Settings::allowSpaceInPath() const { - return d->m_data.value(scAllowSpaceInPath, false).toBool(); + return d->m_data.value(scAllowSpaceInPath, true).toBool(); } bool Settings::allowNonAsciiCharacters() const -- cgit v1.2.3