- Timestamp:
- 02/01/10 14:05:49 (13 years ago)
- Branches:
- master, qt5
- Children:
- 927eac4
- Parents:
- 8c4d4f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/treeview.cpp
r8c4d4f7 r6831c6a 33 33 34 34 // returns bool if some Control was clicked 35 bool TreeView::testForControlClicked(const QModelIndex &aIndex, const QPoint &aPoint) 35 bool TreeView::testForControlClicked(const QModelIndex &aIndex, const QPoint &aPoint) 36 36 { 37 37 bool handled = false; … … 69 69 for(int i=0; i<conflicts.count(); i++) 70 70 emit(eventHasChanged(conflicts[i].id())); 71 71 72 72 // since the Favourite icon has changed, update TreeViews accordingly 73 73 // all TreeViews have to listen on this signal … … 142 142 if(!index.parent().isValid()) // time-group 143 143 { 144 if(isExpanded(index)) 144 if(isExpanded(index)) 145 145 setExpanded(index, false); 146 146 else
Note: See TracChangeset
for help on using the changeset viewer.