Changeset 6311 for trunk/qt4-gui/src/views/userview.cpp
- Timestamp:
- 06/15/08 00:45:44 (6 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
r6310 r6311 181 181 spanRowRange(parent, start, end); 182 182 UserViewBase::rowsInserted(parent, start, end); 183 184 // If we just got a new group we may want to expand it 185 if (!parent.isValid()) 186 expandGroups(); 183 187 } 184 188
