[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kst/portto4/kst/src/libkstmath
From:       Peter Kümmel <syntheticpp () gmx ! net>
Date:       2013-05-01 10:10:49
Message-ID: 20130501101049.AD32FAC881 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1351911 by kuemmel:

remove warning about unused validTag variable

 M  +2 -2      basicpluginfactory.cpp  


--- branches/work/kst/portto4/kst/src/libkstmath/basicpluginfactory.cpp #1351910:1351911
@@ -36,7 +36,7 @@
   QString pluginName;
   QString descriptiveName;
   BasicPluginPtr dataObject;
-  bool validTag;
+  //bool validTag;
   while (!xml.atEnd()) {
     const QString n = xml.name().toString();
     if (xml.isStartElement()) {
@@ -113,7 +113,7 @@
             dataObject->setOutputString(type, tagName);
           } else if (xml.isEndElement()) {
             if (xml.name().toString() != expectedEnd) {
-              validTag = false;
+              //validTag = false;
               break;
             }
           }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic