Changeset 6192
- Timestamp:
- 2008-05-11 06:49:04 (3 months ago)
- Files:
-
- trunk/qt4-gui/src/views/userviewbase.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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);
