forked from qt-creator/qt-creator
		
	Locator Cpp filters can jump to a column too.
This commit is contained in:
		| @@ -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)); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user