diff options
Diffstat (limited to 'smtreeitem.h')
-rw-r--r-- | smtreeitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smtreeitem.h b/smtreeitem.h index 4696edf..807e3d7 100644 --- a/smtreeitem.h +++ b/smtreeitem.h @@ -23,7 +23,7 @@ class SmTreeItem { int row() const; SmTreeItem *parent(); QVariant data(int column) const; - void setData(int column, QVariant &data); + void setData(int column, const QVariant &data); bool insertChild(int where, SmTreeItem *child); bool removeChild(int where); |