diff options
| author | Amandeep Singh <[email protected]> | 2012-09-25 04:00:13 +0530 |
|---|---|---|
| committer | Amandeep Singh <[email protected]> | 2012-09-25 04:01:48 +0530 |
| commit | c08a4794ffa400bcbb535d28a436ff2a7731769b (patch) | |
| tree | 4f470bb229d743a86618bb28fd22bd1336892b81 /src/kitemviews/kitemlistview.h | |
| parent | 631f97a6d98b426960ceee4cac7e6b3e56d741aa (diff) | |
Removing layouter from public, adding TableModelChanged update
REVIEW : 106555
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
| -rw-r--r-- | src/kitemviews/kitemlistview.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h index 2c30c6f43..ca17053a3 100644 --- a/src/kitemviews/kitemlistview.h +++ b/src/kitemviews/kitemlistview.h @@ -275,11 +275,6 @@ public: */ virtual void paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget = 0); - /** - * @return The Layouter for the view - */ - KItemListViewLayouter* layouter() const; - signals: void scrollOrientationChanged(Qt::Orientation current, Qt::Orientation previous); void scrollOffsetChanged(qreal current, qreal previous); @@ -747,6 +742,8 @@ private: friend class KItemListHeader; // Accesses m_headerWidget friend class KItemListController; friend class KItemListControllerTest; + friend class KItemListViewAccessible; + friend class KItemListAccessibleCell; }; /** |
