Made Q_PROPERTY a valid declaration to restart parsing when recovering from an error.

This commit is contained in:
Erik Verbruggen
2010-03-11 18:09:36 +01:00
parent f3eb098376
commit b737fb861d

View File

@@ -287,6 +287,7 @@ void Parser::skipUntilDeclaration()
case T_PRIVATE:
case T_Q_SIGNALS:
case T_Q_SLOTS:
case T_Q_PROPERTY:
// declarations
case T_ENUM: