[Kst] branches/work/kst/portto4/kst/src/datasources/dirfile
Mike Fenton
mike at staikos.net
Mon Jun 9 20:05:34 CEST 2008
SVN commit 818809 by fenton:
Clean up of debug code.
M +0 -1 dirfile.cpp
--- branches/work/kst/portto4/kst/src/datasources/dirfile/dirfile.cpp #818808:818809
@@ -75,7 +75,6 @@
if (_fieldList.count() > 1) {
QString filePath = _directoryName + "/" + _fieldList[1];
watcher->addPath(filePath);
- qDebug() << filePath << watcher->files() << watcher->directories();
}
connect(watcher, SIGNAL(fileChanged ( const QString & )), this, SLOT(checkUpdate()));
More information about the Kst
mailing list