summaryrefslogtreecommitdiffstats
path: root/smtreeitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smtreeitem.cpp')
-rw-r--r--smtreeitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtreeitem.cpp b/smtreeitem.cpp
index 43998c3..950926e 100644
--- a/smtreeitem.cpp
+++ b/smtreeitem.cpp
@@ -50,7 +50,7 @@ QVariant SmTreeItem::data(int column) const{
return mData.at(column);
}
-void SmTreeItem::setData(int column, QVariant &data){
+void SmTreeItem::setData(int column, const QVariant &data){
mData[column] = data;
}