forked from qt-creator/qt-creator
		
	Inital support for Q_D/Q_Q declarations.
This commit is contained in:
		| @@ -91,7 +91,7 @@ static const char *token_names[] = { | ||||
|     ("@protected"), ("@protocol"), ("@public"), ("@required"), ("@selector"), | ||||
|     ("@synchronized"), ("@synthesize"), ("@throw"), ("@try"), | ||||
|  | ||||
|     ("SIGNAL"), ("SLOT"), ("Q_SIGNAL"), ("Q_SLOT"), ("signals"), ("slots"), ("Q_FOREACH") | ||||
|     ("SIGNAL"), ("SLOT"), ("Q_SIGNAL"), ("Q_SLOT"), ("signals"), ("slots"), ("Q_FOREACH"), ("Q_D"), ("Q_Q") | ||||
| }; | ||||
|  | ||||
| Token::Token() : | ||||
|   | ||||
		Reference in New Issue
	
	Block a user