diff options
Diffstat (limited to 'listmodel.h')
-rw-r--r-- | listmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/listmodel.h b/listmodel.h index 42f5ff5..edb21ad 100644 --- a/listmodel.h +++ b/listmodel.h @@ -35,6 +35,7 @@ class ListModel : public QAbstractItemModel { bool addItem(const QVariant &item); bool removeItem(const QVariant &item); bool renameItem(const QVariant &oldName, const QVariant &newName); + int defaultId(); private: void populate(); |