summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/qtcreatorpersistentsettings.cpp
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2011-11-19 14:10:31 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-11-21 13:15:14 +0100
commit2f9608a18df17db88dd2533b06d0b864e843c934 (patch)
treea48d646b403d1e3631b09bb0f5e5bcce02e1d2c6 /installerbuilder/libinstaller/qtcreatorpersistentsettings.cpp
parentdfb16001d52da19931d893fa0e09ccdacfc4739d (diff)
Remaining whitespace, removal of empty destructors etc.
Change-Id: I9f99ae71e832586432d6fc493a701c5d5d074d6a Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/qtcreatorpersistentsettings.cpp')
-rw-r--r--installerbuilder/libinstaller/qtcreatorpersistentsettings.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/installerbuilder/libinstaller/qtcreatorpersistentsettings.cpp b/installerbuilder/libinstaller/qtcreatorpersistentsettings.cpp
index 15ec53dfb..9bdacde9f 100644
--- a/installerbuilder/libinstaller/qtcreatorpersistentsettings.cpp
+++ b/installerbuilder/libinstaller/qtcreatorpersistentsettings.cpp
@@ -70,7 +70,6 @@ QHash<QString, QString> QtCreatorPersistentSettings::abiToDebuggerHash()
return m_abiToDebuggerHash;
}
-
QHash<QString, QString> QtCreatorPersistentSettings::readAbiToDebuggerHash()
{
if (m_fileName.isEmpty())
@@ -94,8 +93,6 @@ QHash<QString, QString> QtCreatorPersistentSettings::readAbiToDebuggerHash()
return abiToDebuggerHash;
}
-
-
bool QtCreatorPersistentSettings::addToolChain(const QtCreatorToolChain &toolChain)
{
if (toolChain.key.isEmpty())