summaryrefslogtreecommitdiffstats
path: root/mappingtreeresultmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'mappingtreeresultmodel.h')
-rw-r--r--mappingtreeresultmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mappingtreeresultmodel.h b/mappingtreeresultmodel.h
index e86fc51..4fca271 100644
--- a/mappingtreeresultmodel.h
+++ b/mappingtreeresultmodel.h
@@ -17,7 +17,7 @@ class MappingTreeResultModel : public SmTreeModel {
enum Roles { NameRole = Qt::UserRole + 1, MappingIdRole = Qt::UserRole + 2, ParentIdRole = Qt::UserRole + 3, DescIdRole = Qt::UserRole + 4 };
enum Fields { Name = 0, MappingId = 1, ParentId = 2, DescId = 3 };
enum { NumFields = 4 };
- explicit MappingTreeResultModel(const QStringList &headers, QObject *parent = 0);
+ explicit MappingTreeResultModel(const QStringList &headers, QObject *parent = nullptr);
//data + flags
Qt::ItemFlags flags(const QModelIndex &index) const;