Changeset 769 for trunk/src/gui/itemviews/qlistview.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/gui/itemviews/qlistview.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/itemviews/qlistview.cpp
r651 r769 2161 2161 if (flowPositions.isEmpty()) 2162 2162 return; 2163 const int max = flowPositions.count() - 1;2163 const int max = .count() - 1; 2164 2164 if (vertical && flow() == QListView::TopToBottom && dy != 0) { 2165 2165 int currentValue = qBound(0, verticalValue, max);
Note:
See TracChangeset
for help on using the changeset viewer.
