diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:38:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:38:48 -0500 |
commit | bb5db1f645466cea736d1b0f798d289b63282d89 (patch) | |
tree | 15487508210950005267e65be92a89b5058aa583 /lib/cppparser | |
parent | ffc74f031874e3823f212e40a03cb9f25091cb5f (diff) | |
parent | 4ee9bc52eb83d3dbe097893bf5df36dd26279280 (diff) | |
download | tdevelop-bb5db1f645466cea736d1b0f798d289b63282d89.tar.gz tdevelop-bb5db1f645466cea736d1b0f798d289b63282d89.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdevelop
Diffstat (limited to 'lib/cppparser')
-rw-r--r-- | lib/cppparser/driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cppparser/driver.cpp b/lib/cppparser/driver.cpp index 4c7fe6dc..0f5174a0 100644 --- a/lib/cppparser/driver.cpp +++ b/lib/cppparser/driver.cpp @@ -600,7 +600,7 @@ void Driver::setupLexer( Lexer * lexer ) { lexer->addSkipWord( "Q_OBJECT" ); lexer->addSkipWord( "" ); lexer->addSkipWord( "TQ_OVERRIDE", SkipWordAndArguments ); - lexer->addSkipWord( "Q_ENUMS", SkipWordAndArguments ); + lexer->addSkipWord( "TQ_ENUMS", SkipWordAndArguments ); lexer->addSkipWord( "TQ_PROPERTY", SkipWordAndArguments ); lexer->addSkipWord( "TQ_CLASSINFO", SkipWordAndArguments ); lexer->addSkipWord( "TQ_SETS", SkipWordAndArguments ); |