summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-03-21 22:31:41 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-28 00:51:32 +0200
commit1ec383d01bd1336e5eef9ccf885a35e0ab5aa4dc (patch)
treea3e887de1b8bf5fcd5c6be702a7c8ac7c54699ae
parent27441054197d0ecff6b83e7e6511e0d6955f4593 (diff)
Remove Qt5 TODO to change QListView semantics.
The comment was written before Qt5 was planned, so it might have seemed like a good idea to change the semantic with Qt 5.0. However, as Qt5 is intended to be close to Qt4 in behaviour, this isn't really a 5.0 change. It can be done any time, but only optionally and while retaining backwards compatibility. Change-Id: I8c5c497d13a7ec6574e1cdb6bd411e8b28db876b Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com> Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
-rw-r--r--src/widgets/itemviews/qlistview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/itemviews/qlistview.cpp b/src/widgets/itemviews/qlistview.cpp
index 4547dde6e1..fdd6af06b9 100644
--- a/src/widgets/itemviews/qlistview.cpp
+++ b/src/widgets/itemviews/qlistview.cpp
@@ -370,8 +370,6 @@ QListView::LayoutMode QListView::layoutMode() const
\sa viewMode
*/
-// ### Qt5: Use same semantic as layouts (spacing is the size of space
-// *between* items)
void QListView::setSpacing(int space)
{
Q_D(QListView);