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

List:       kde-commits
Subject:    quality/cppchecks/xmltodb
From:       Bertjan Broeksema <b.broeksema () home ! nl>
Date:       2009-07-08 19:01:57
Message-ID: 1247079717.773257.11553.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 993482 by bbroeksema:

Fix a small bug.


 M  +1 -1      resultanalyzer.cpp  
 M  +1 -3      toolrunresultparser.cpp  


--- trunk/quality/cppchecks/xmltodb/resultanalyzer.cpp #993481:993482
@@ -61,7 +61,7 @@
                            QString const &path,
                            QString const &xmlFile)
 {
-  QString fileName = mResultDir + path + QDir::separator() + xmlFile;
+  QString fileName = mResultDir + QDir::separator() + path + QDir::separator() + xmlFile;
   cout << "Parsing: " << qPrintable(fileName) << endl;
 
   // At this point the path should at least have the form: submodule
--- trunk/quality/cppchecks/xmltodb/toolrunresultparser.cpp #993481:993482
@@ -9,9 +9,7 @@
                                          qlonglong componentCheckId,
                                          QString const &xmlFile)
   : XmlParser(xmlFile), mTool(tool), mComponentCheckId(componentCheckId)
-{
-  ;
-}
+{ }
 
 void ToolRunResultParser::setModule(QString const &module)
 {
[prev in list] [next in list] [prev in thread] [next in thread] 

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