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

@@ -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();