forked from qt-creator/qt-creator
Debugger: Do not use quote around QObject property names in L&E
Change-Id: Ib37c1460cf1527cb77e6811f25c83b4e010a2516 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -2315,7 +2315,7 @@ typename))
|
||||
with SubItem(self, propertyCount + dynamicPropertyCount):
|
||||
if not self.isCli:
|
||||
self.putField('key', self.encodeByteArray(k))
|
||||
self.putField('keyencoded', 'latin1')
|
||||
self.putField('keyencoded', 'latin1:1:0')
|
||||
self.putItem(v)
|
||||
dynamicPropertyCount += 1
|
||||
self.putItemCount(propertyCount + dynamicPropertyCount)
|
||||
|
Reference in New Issue
Block a user