debugger: fix fancy QImage display

Task-number: QTCREATORBUG-2123 QTCREATORBUG-2122
This commit is contained in:
hjk
2010-08-26 16:35:39 +02:00
parent fccd4d5e0c
commit e1ac5b52c2
2 changed files with 6 additions and 4 deletions

View File

@@ -424,8 +424,8 @@ def qdump__QList(d, item):
d.putItem(Item(pp, item.iname, i))
p += 1
def qdump__QImage():
return "Normal,Displayed";
def qform__QImage():
return "Normal,Displayed"
def qdump__QImage(d, item):
painters = item.value["painters"]
@@ -1518,7 +1518,7 @@ def qdump__QStack(d, item):
qdump__QVector(d, item)
def qform__QString():
return "Inline,Separate Window";
return "Inline,Separate Window"
def qdump__QString(d, item):
d.putStringValue(item.value)