Locator Cpp filters can jump to a column too.

This commit is contained in:
con
2010-07-20 12:21:27 +02:00
parent 3cee7dad0a
commit 80d85e2887
3 changed files with 5 additions and 1 deletions

View File

@@ -213,5 +213,6 @@ void SearchSymbols::appendItem(const QString &name,
items.append(ModelItemInfo(name, info, type,
QString::fromUtf8(symbol->fileName(), symbol->fileNameLength()),
symbol->line(),
symbol->column() - 1, // 1-based vs 0-based column
icon));
}