summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qabstractitemview.h
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-10-23 07:14:39 (GMT)
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-10-23 08:17:32 (GMT)
commita95883e90fadeddd2f49da6765fb2d79f7ce77bd (patch)
treef1bc97b24b980a5107e5545dcb2580e101dd6584 /src/gui/itemviews/qabstractitemview.h
parenta5f7f88932c6911fb65552d65d62efdcf496beec (diff)
downloadQt-a95883e90fadeddd2f49da6765fb2d79f7ce77bd.zip
Qt-a95883e90fadeddd2f49da6765fb2d79f7ce77bd.tar.gz
Qt-a95883e90fadeddd2f49da6765fb2d79f7ce77bd.tar.bz2
Added visual DnD indicator for left to right flow in QListView
Extended the behaviour already present in QAbstractItemView into QListView. This means some code duplication which should maybe be refactored at some point. (Seems to be the price to pay when some delegate does almost the same thing as the base class). No auto-test, as it's a drag-and-drop related task. Reviewed-by: Thierry Task-number: QTBUG-3730
Diffstat (limited to 'src/gui/itemviews/qabstractitemview.h')
-rw-r--r--src/gui/itemviews/qabstractitemview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/itemviews/qabstractitemview.h b/src/gui/itemviews/qabstractitemview.h
index b4f0957..f438148 100644
--- a/src/gui/itemviews/qabstractitemview.h
+++ b/src/gui/itemviews/qabstractitemview.h
@@ -361,6 +361,7 @@ private:
friend class QTreeViewPrivate; // needed to compile with MSVC
friend class QAccessibleItemRow;
+ friend class QListModeViewBase;
};
Q_DECLARE_OPERATORS_FOR_FLAGS(QAbstractItemView::EditTriggers)