summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qlistview.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-12-01 21:21:52 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-02 08:16:44 +0100
commit04c65c2454c4328722526d0a8744bb32a498594b (patch)
treec24ea79a93f31427d6209471972c82101096698f /src/widgets/itemviews/qlistview.h
parent9296bf95fa727ac9469dbb79e2ed7c671339353a (diff)
Accessibility: table2 -> table
Rename the new interface after the old one has been removed. This interface is very close to the IAccessible2 Table2 interface. Change-Id: I8659232189fe0e8307151c743727de425c30ac9a Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Diffstat (limited to 'src/widgets/itemviews/qlistview.h')
-rw-r--r--src/widgets/itemviews/qlistview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/itemviews/qlistview.h b/src/widgets/itemviews/qlistview.h
index 49d6583244..8e1a04492f 100644
--- a/src/widgets/itemviews/qlistview.h
+++ b/src/widgets/itemviews/qlistview.h
@@ -187,7 +187,6 @@ protected:
void currentChanged(const QModelIndex &current, const QModelIndex &previous);
private:
- friend class QAccessibleItemView;
int visualIndex(const QModelIndex &index) const;
Q_DECLARE_PRIVATE(QListView)