Changeset 872aeaa for src/mvc/treeview.cpp
- Timestamp:
- 01/28/10 15:47:21 (13 years ago)
- Branches:
- master, qt5
- Children:
- 83020cd
- Parents:
- eb21333
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/treeview.cpp
reb21333 r872aeaa 65 65 } 66 66 67 // since the Favourite icon has changed, update TreeViews accordingly68 // all TreeViews have to listen on this signal69 emit(eventHasChanged(event.id()));70 71 67 // have to emit 'eventHasChanged' signal on all events in conflict 72 68 for(int i=0; i<conflicts.count(); i++) 73 69 emit(eventHasChanged(conflicts[i].id())); 70 71 // since the Favourite icon has changed, update TreeViews accordingly 72 // all TreeViews have to listen on this signal 73 emit(eventHasChanged(event.id(),true)); 74 74 75 75 handled = true;
Note: See TracChangeset
for help on using the changeset viewer.