Changeset 6131 for trunk/qt4-gui/src/views
- Timestamp:
- 04/06/08 18:26:33 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/views/userview.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/views/userview.cpp
r6130 r6131 132 132 void UserView::expandGroups() 133 133 { 134 // No point in expanding groups unless we can actually see them 135 if (rootIndex().isValid()) 136 return; 137 134 138 for (int i = 0; i < myListProxy->rowCount(QModelIndex()); ++i) 135 139 {
