forked from qt-creator/qt-creator
Made Q_PROPERTY a valid declaration to restart parsing when recovering from an error.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user