forked from qt-creator/qt-creator
Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal).
Done with: erikv
This commit is contained in:
@@ -52,8 +52,6 @@ public:
|
||||
{ return _tokens; }
|
||||
|
||||
private:
|
||||
int previousBlockState(const QTextBlock &block) const;
|
||||
|
||||
QList<SimpleToken> _tokens;
|
||||
QString _text;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user