From 7e3d21cb6a9e8142b7132fe8fdae7a844b505006 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 1 Jun 2013 11:33:56 +0200 Subject: Don't clean up after ourselves Don't delete threads and stuff in destructors. It leads to SIGARBRT when debugging. Now we get a warning on close, but who cares? --- smdirmodel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'smdirmodel.h') 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; -- cgit v1.2.3-70-g09d2