Changeset 6192 for trunk/qt4-gui
- Timestamp:
- 05/11/08 06:49:04 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/views/userviewbase.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/views/userviewbase.h
r6191 r6192 62 62 63 63 /** 64 * Reloaded from base class64 * Overloaded from base class to make scrolling conditional 65 65 * 66 66 * @param index Index of the item to scroll to 67 * @param hint Relative viewport position 67 * @param hint Relative viewport position to maintain 68 68 */ 69 69 virtual void scrollTo(const QModelIndex& index, ScrollHint hint = EnsureVisible);
