code change not visible on digikam

Gilles Caulier caulier.gilles at gmail.com
Sun Sep 27 21:23:38 BST 2020


You forget "make install/fast" to reinstall compiled binaries.

Best

Gilles Caulier

Le dim. 27 sept. 2020 à 21:18, vishal Dhull <mdhull07 at gmail.com> a écrit :
>
> 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
>
> int TableView::numberOfSelectedItems() const
> {
>     return s->tableViewSelectionModel->selectedRows().count();
> }
>
> to
> int TableView::numberOfSelectedItems() const
> {
>     return 0;
> }
>
> 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.
>
> Am i doing something wrong?


More information about the Digikam-devel mailing list