debugger: make QFile base class dumper accessible

Task-number: QTCREATORBUG-7283
Change-Id: I1441655b39e1713d603b8619c4a4208db40edfb7
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-04-13 17:27:31 +02:00
committed by hjk
parent c8e5aec351
commit bff945af93

View File

@@ -239,6 +239,7 @@ def qdump__QFile(d, value):
if d.isExpanded():
with Children(d):
d.putCallItem("exists", value, "exists")
d.putSubItem("device", value.cast(lookupType(d.ns + "QIODevice")))
def qdump__QFileInfo(d, value):