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:
@@ -119,7 +119,7 @@ QStringRef BackwardsScanner::textRef(int index) const
|
||||
return _text.midRef(firstToken.begin(), firstToken.length());
|
||||
}
|
||||
|
||||
int BackwardsScanner::previousBlockState(const QTextBlock &block) const
|
||||
int BackwardsScanner::previousBlockState(const QTextBlock &block)
|
||||
{
|
||||
const QTextBlock prevBlock = block.previous();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user