contactengine/dbtools.cpp
changeset 24 2e833c2a6782
parent 21 3bfc3227045d
child 41 b56d7e268634
--- a/contactengine/dbtools.cpp	Tue Aug 10 14:05:55 2010 -0700
+++ b/contactengine/dbtools.cpp	Wed Aug 11 20:03:29 2010 +0100
@@ -117,12 +117,9 @@
         {
             file.readLine(buf, sizeof(buf));
             QString string(buf);
-            //qDebug() << string;
+
             QStringList stringList = string.split(",");
 
-            //qDebug() << "count: " << stringList.count() << endl;
-            QStringListIterator iter(stringList);
-
             QString strName;
             QString strMobile;
             QString strDeskphone;