Changeset 6191 for trunk/qt4-gui/src/views/userviewbase.cpp
- Timestamp:
- 05/11/08 06:43:50 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/views/userviewbase.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/views/userviewbase.cpp
r6179 r6191 86 86 } 87 87 88 void UserViewBase::scrollTo(const QModelIndex& index, QAbstractItemView::ScrollHint hint) 89 { 90 if (Config::ContactList::instance()->autoScroll()) 91 QTreeView::scrollTo(index, hint); 92 } 93 88 94 void UserViewBase::applySkin() 89 95 {
