Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal).

Done with: erikv
This commit is contained in:
Roberto Raggi
2010-03-29 15:30:53 +02:00
parent a67e88993b
commit 678f7d3e94
8 changed files with 105 additions and 38 deletions

View File

@@ -52,8 +52,6 @@ public:
{ return _tokens; }
private:
int previousBlockState(const QTextBlock &block) const;
QList<SimpleToken> _tokens;
QString _text;
};