From 1fc1d537c1de5eb3941598eb4936f73bd4bd767c Mon Sep 17 00:00:00 2001
From: Pawel Polanski <pawel.3.polanski@nokia.com>
Date: Tue, 28 Sep 2010 13:36:37 +0200
Subject: [PATCH] Cleaning up the code. (SymbianOS)

---
 .../qt4projectmanager/wizards/mobilelibraryparameters.cpp      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp b/src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp
index d38b9893bc9..14bfecce161 100644
--- a/src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp
+++ b/src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp
@@ -91,11 +91,10 @@ void MobileLibraryParameters::writeProFile(QTextStream &str) const
 void MobileLibraryParameters::writeSymbianProFile(QTextStream &str) const
 {
     if (libraryType != QtProjectParameters::SharedLibrary)
-        return; //nothing to do when the library is not shared library
+        return; //nothing to do when the library is not a shared library
 
     str << "\n"
            "symbian {\n"
-           "    #Symbian specific definitions\n"
            "    MMP_RULES += EXPORTUNFROZEN\n"
            "    TARGET.UID3 = " + symbianUid + "\n"
            "    TARGET.CAPABILITY = " + generateCapabilitySet(symbianCapabilities).toAscii() + "\n"
-- 
GitLab