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