<div dir="ltr"><div>I am trying to change code of digikam (trying to figure out how all this works) like i changed this in digikam/core/app/views/tableview/tableview.cpp</div><div><br></div><div>int TableView::numberOfSelectedItems() const<br>{<br>    return s->tableViewSelectionModel->selectedRows().count();<br>}</div><div><br></div><div>to <br></div><div><div>int TableView::numberOfSelectedItems() const<br>{<br>    return 0;<br>}</div><div><br></div><div>then I ran make command in build/core/app to recompile so now if I select images in table view it should show 0 items selected but it's not.</div><div><br></div><div>Am i doing something wrong?<br></div></div></div>