summaryrefslogtreecommitdiffstats
path: root/smtreeitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'smtreeitem.h')
-rw-r--r--smtreeitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtreeitem.h b/smtreeitem.h
index b0b9ca7..61e121e 100644
--- a/smtreeitem.h
+++ b/smtreeitem.h
@@ -19,6 +19,7 @@ class SmTreeItem {
~SmTreeItem();
void appendChild(SmTreeItem *child);
SmTreeItem *child(int row) const;
+ SmTreeItem *next() const;
int childCount() const;
int columnCount() const;
int row() const;