diff -r 51fcdd1558d8 -r 2e833c2a6782 contactengine/dbtools.cpp --- 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;