forked from qt-creator/qt-creator
Fixed: Wrong usage highlighting if function's argument list contains comment.
Task-number: QTCREATORBUG-577
This commit is contained in:
@@ -172,6 +172,7 @@ private:
|
||||
void out(const char *s);
|
||||
|
||||
QString string(const char *first, int len) const;
|
||||
bool maybeAfterComment() const;
|
||||
|
||||
private:
|
||||
Client *client;
|
||||
|
||||
Reference in New Issue
Block a user