forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: share/qtcreator/gdbmacros/dumper.py share/qtcreator/gdbmacros/gdbmacros.py src/plugins/projectexplorer/customwizard/customwizardparameters.cpp
This commit is contained in:
@@ -1360,6 +1360,13 @@ class Dumper:
|
||||
except:
|
||||
hasMetaObject = False
|
||||
|
||||
# Is this derived from QObject?
|
||||
try:
|
||||
item.value['staticMetaObject']
|
||||
hasMetaObject = True
|
||||
except:
|
||||
hasMetaObject = False
|
||||
|
||||
#warn(" STRIPPED: %s" % nsStrippedType)
|
||||
#warn(" DUMPERS: %s" % (nsStrippedType in qqDumpers))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user