summaryrefslogtreecommitdiffstats
path: root/smdirmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'smdirmodel.h')
-rw-r--r--smdirmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/smdirmodel.h b/smdirmodel.h
index 8f000e4..8522662 100644
--- a/smdirmodel.h
+++ b/smdirmodel.h
@@ -27,7 +27,6 @@ class SmDirModel : public SmTreeModel {
enum { NumFields = 9 };
enum FileDate { Access, Modified, Status };
explicit SmDirModel(const QStringList &headers, QObject *parent = 0);
- ~SmDirModel();
virtual QVariant data(const QModelIndex &index, int role) const;
virtual bool setData(const QModelIndex &index, const QVariant &value, int role);
bool isDir(const QModelIndex &idx) const;