-
-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Description
hi, sometimes , "start_line": 34 is equal "end_line": 34, and actually should start_line"171", and "end_line": "174"
{
"node_id": 176979,
"labels": [
"Method"
],
"properties": {
"decorators": [],
"end_line": 34,
"name": "setSearchFilter",
"qualified_name": "Source.QtDialog.QCMakeCacheView.QCMakeCacheView.setSearchFilter",
"start_line": 34
}
source code is :
166 bool QCMakeCacheView::showAdvanced() const
167 {
168 return this->AdvancedFilter->showAdvanced();
169 }
170
171 bool QCMakeCacheView::setSearchFilter(QString const& s)
172 {
173 return QtCMake::setSearchFilter(this->SearchFilter, s);
174 }
175
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
No status