diff --git a/src/plugins/projectexplorer/cesdkhandler.cpp b/src/plugins/projectexplorer/cesdkhandler.cpp index a68edbfdb1a6a9055b60849a9478e9d5974f2f59..d7b9ccb58aa80b99763cc63dc7ba50eb08a7bacd 100644 --- a/src/plugins/projectexplorer/cesdkhandler.cpp +++ b/src/plugins/projectexplorer/cesdkhandler.cpp @@ -91,7 +91,7 @@ QString CeSdkHandler::platformName(const QString &qtpath) bool CeSdkHandler::parse(const QString &vsdir) { // look at the file at %VCInstallDir%/vcpackages/WCE.VCPlatform.config - // and scan through all installed sdks... + // and scan through all installed sdks... m_list.clear(); VCInstallDir = vsdir + "/VC/"; @@ -107,7 +107,7 @@ bool CeSdkHandler::parse(const QString &vsdir) return false; qDebug()<<"parsing"; - + QString currentElement; CeSdkInfo currentItem; QXmlStreamReader xml(&configFile);