Fixed: Wrong usage highlighting if function's argument list contains comment.

Task-number: QTCREATORBUG-577
This commit is contained in:
Roberto Raggi
2010-03-03 14:09:38 +01:00
parent a673fb7120
commit 293f67580d
2 changed files with 17 additions and 1 deletions

View File

@@ -172,6 +172,7 @@ private:
void out(const char *s);
QString string(const char *first, int len) const;
bool maybeAfterComment() const;
private:
Client *client;