summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-06-01 11:33:56 +0200
committerArno <am@disconnect.de>2013-06-01 11:33:56 +0200
commit7e3d21cb6a9e8142b7132fe8fdae7a844b505006 (patch)
tree7e6d0329a7c35ffa0b4f43893c163463cb5f65e0 /filesystemwidget.h
parent376d2fbb78114e746618f14afe7728cf9793630b (diff)
downloadSheMov-7e3d21cb6a9e8142b7132fe8fdae7a844b505006.tar.gz
SheMov-7e3d21cb6a9e8142b7132fe8fdae7a844b505006.tar.bz2
SheMov-7e3d21cb6a9e8142b7132fe8fdae7a844b505006.zip
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?
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h
index 62c42db..bc5dbcb 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -28,7 +28,6 @@ class FilesystemWidget : public QWidget {
public:
enum ClipboardMode { Copy, Cut, None };
FilesystemWidget(QWidget *parent = 0);
- ~FilesystemWidget() {}
FileView *fileView() { return mFileView; }
FilesystemFileProxy *fileProxy() { return mFileProxy; }
FileSystemModel *dirModel() { return mModel; }