remove kWarning

This commit is contained in:
Kurt Hindenburg
2012-06-18 09:16:18 -04:00
parent 1ce424142f
commit 569ffb37e4

View File

@@ -570,8 +570,6 @@ private:
path_buffer[length] = '\0';
QString path = QFile::decodeName(path_buffer);
kWarning()<<length<<";"<<path;
setCurrentDir(path);
return true;
}