summaryrefslogtreecommitdiffstats
path: root/smtreeitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'smtreeitem.h')
-rw-r--r--smtreeitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtreeitem.h b/smtreeitem.h
index 28ab77a..b0b9ca7 100644
--- a/smtreeitem.h
+++ b/smtreeitem.h
@@ -22,7 +22,7 @@ class SmTreeItem {
int childCount() const;
int columnCount() const;
int row() const;
- SmTreeItem *parent();
+ SmTreeItem *parent() const;
void setParent(SmTreeItem *parent);
QVariant data(int column) const;
void setData(int column, const QVariant &data);