summaryrefslogtreecommitdiffstats
path: root/mappingtreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r--mappingtreemodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h
index 247c96d..4665e07 100644
--- a/mappingtreemodel.h
+++ b/mappingtreemodel.h
@@ -25,7 +25,6 @@ class MappingTreeModel : public SmTreeModel {
enum Fields { Name = 0, MappingId = 1, DescAdded = 2, DescId = 3, MappingParentId = 4 };
enum { NumFields = 5 };
MappingTreeModel(QStringList &headers, QObject *parent = 0);
- ~MappingTreeModel();
//model type convenience functions
QStringList mappingTypeNames() const;