From 3bed96abe0f58611e557f863763c412164c3cfa0 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 21 Dec 2017 07:50:14 +0100 Subject: Removed QSignalMapper from filewidget.cpp Since the advent of lambdas as SLOTS the signal mapper is indeed useless und overly complicated. Remove it due to a deprecation warning from the compiler. --- filewidget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'filewidget.h') diff --git a/filewidget.h b/filewidget.h index 458d3eb..b4c94e3 100644 --- a/filewidget.h +++ b/filewidget.h @@ -21,7 +21,6 @@ class VideoSorter; class FileDisplay; class OriginDialog; class QMenu; -class QSignalMapper; class FileCopier; class ProgressDialog; @@ -94,7 +93,6 @@ class FileWidget : public QWidget { QTreeView *mFileView; QMenuBar *mMenuBar; QMenu *mCopyToMenu; - QSignalMapper *mCopyToMapper; QToolBar *mToolBar; QProgressBar *mProgressBar; QString mLastDir; -- cgit v1.2.3-70-g09d2