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:
hjk
2010-08-13 11:19:44 +02:00
15 changed files with 22659 additions and 29 deletions

View File

@@ -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))