From kde-commits Mon Dec 31 22:28:55 2007 From: Andreas Pakulat Date: Mon, 31 Dec 2007 22:28:55 +0000 To: kde-commits Subject: KDE/kdevelop/buildtools/managers/cmake/parser Message-Id: <1199140135.493729.30569.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=119914014220856 SVN commit 755277 by apaku: s/qDebug/kDebug/ M +1 -1 cmakeprojectvisitor.cpp --- trunk/KDE/kdevelop/buildtools/managers/cmake/parser/cmakeprojectvisitor.cpp #755276:755277 @@ -926,7 +926,7 @@ QList indices=list->index(); qSort(indices); QList::const_iterator it=indices.constEnd(); - qDebug() << "list remove: " << theList << indices; + kDebug(9042) << "list remove: " << theList << indices; while(it!=indices.constBegin()) { --it;