code change not visible on digikam
vishal Dhull
mdhull07 at gmail.com
Sun Sep 27 20:17:17 BST 2020
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20200928/f97d30c7/attachment.htm>
More information about the Digikam-devel
mailing list