debugger: remove duplicated 'completeSuffix' entry in QFileInfo dumper

This commit is contained in:
hjk
2009-07-14 18:14:49 +02:00
parent 3c6793e4f3
commit a16aa2e0d6
3 changed files with 15 additions and 1 deletions
-1
View File
@@ -1319,7 +1319,6 @@ static void qDumpQFileInfo(QDumper &d)
d.putHash("isBundle", info.isBundle());
d.putHash("bundleName", info.bundleName());
#endif
d.putHash("completeSuffix", info.completeSuffix());
d.putHash("fileName", info.fileName());
d.putHash("filePath", info.filePath());
d.putHash("group", info.group());