forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: doc/qtcreator.qdoc src/plugins/projectexplorer/taskwindow.h src/plugins/qmldesigner/designercore/model/modelmerger.cpp src/plugins/qmljseditor/qmljshoverhandler.h src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp src/plugins/subversion/subversionplugin.cpp
This commit is contained in:
@@ -852,7 +852,7 @@ void GdbEngine::handleVarListChildrenHelperClassic(const GdbMi &item,
|
||||
data.type = tr("<anonymous union>");
|
||||
} else {
|
||||
// A structure. Hope there's nothing else...
|
||||
data.exp = parent.exp + '.' + data.name.toLatin1();
|
||||
data.exp = '(' + parent.exp + ")." + data.name.toLatin1();
|
||||
}
|
||||
|
||||
if (hasDebuggingHelperForType(data.type)) {
|
||||
|
||||
Reference in New Issue
Block a user