summaryrefslogtreecommitdiffstats
path: root/src/qgraphicstreeview.h
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-04-21 14:21:31 +0200
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-04-21 14:21:31 +0200
commit11921eca945cba47eab67daf74fab336f0558235 (patch)
treebdf0dda7f13b06d0e92a2218d4c80bd9c854b79b /src/qgraphicstreeview.h
parenta14f6ea4a1b86a9253b25e4d8681736b6a434b30 (diff)
Add lots of empty docs to be filled out later.
Diffstat (limited to 'src/qgraphicstreeview.h')
-rw-r--r--src/qgraphicstreeview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qgraphicstreeview.h b/src/qgraphicstreeview.h
index ccfdc95..ef7ed87 100644
--- a/src/qgraphicstreeview.h
+++ b/src/qgraphicstreeview.h
@@ -141,7 +141,6 @@ public:
//const QList<QtGraphicsTreeViewItem*> &viewItems() const;
- void updateLayout();
virtual void doLayout();
virtual QTreeModelIterator itemAt(const QPointF &position, QRectF *rect = 0) const;
@@ -155,6 +154,7 @@ public Q_SLOTS:
void setHorizontalOffset(qreal offset);
void setVerticalOffset(qreal offset);
void setItemExpanded(QTreeModelIterator &it, bool expanded = true);
+ void updateLayout();
Q_SIGNALS:
void firstIndexChanged(int index);