diff options
Diffstat (limited to 'smtreemodel.h')
-rw-r--r-- | smtreemodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smtreemodel.h b/smtreemodel.h index 7037e4c..8d46606 100644 --- a/smtreemodel.h +++ b/smtreemodel.h @@ -50,6 +50,7 @@ class SmTreeModel : public QAbstractItemModel { virtual bool insertRows(int row, int count, const QModelIndex &parent); virtual bool removeRows(int row, int count, const QModelIndex &parent); bool addRow(const QList<QVariant> &data, const QModelIndex &parent, bool sorted = false); + bool appendRow(const QList<QVariant> &data, const QModelIndex &parent); //misc void setDecorationIcon(const QIcon &icon) { mDecorationIcon = icon; } |