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? --- smdirwatcher.h | 1 - 1 file changed, 1 deletion(-) (limited to 'smdirwatcher.h') diff --git a/smdirwatcher.h b/smdirwatcher.h index 3a30360..5f3ef55 100644 --- a/smdirwatcher.h +++ b/smdirwatcher.h @@ -27,7 +27,6 @@ class SmDirWatcher : public QThread { enum DWEvent { None, Added, Deleted, Modified, Populate }; explicit SmDirWatcher(int numFields, QObject *parent = 0); SmDataColletor *collector() { return mCollector; } - ~SmDirWatcher(); signals: void dwEvent(const QString& file, int event); -- cgit v1.2.3-70-g09d2