Merge branch '1.3'

Conflicts:
	src/plugins/debugger/gdb/gdbengine.cpp
This commit is contained in:
Thorbjørn Lindeijer
2010-02-04 15:09:05 +01:00
6 changed files with 12 additions and 12 deletions

View File

@@ -271,7 +271,7 @@ QString MatchingText::insertParagraphSeparator(const QTextCursor &tc) const
// anonymous namespace
return QLatin1String("}");
} else if (token.is(T_CLASS) || token.is(T_STRUCT) || token.is(T_UNION)) {
} else if (token.is(T_CLASS) || token.is(T_STRUCT) || token.is(T_UNION) || token.is(T_ENUM)) {
if (tk[index - 2].is(T_TYPEDEF)) {
// recognized:
// typedef struct {