forked from qt-creator/qt-creator
Debugger: Move basic C-style array handling to dumper base class
Just cosmetics. Function was oddly named, in an odd place. Change-Id: I8bfb33f7f41f01309f4b2be8a802d4093ae25e41 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1346,7 +1346,7 @@ class Dumper(DumperBase):
|
||||
return
|
||||
|
||||
if type.code == ArrayCode:
|
||||
qdump____c_style_array__(self, value)
|
||||
self.putCStyleArray(value)
|
||||
return
|
||||
|
||||
if type.code == PointerCode:
|
||||
|
||||
Reference in New Issue
Block a user