diff options
author | Arno <arno@disconnect.de> | 2017-12-30 09:07:54 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-12-30 09:07:54 +0100 |
commit | cbbd7e271cbdbbaf502d2e5786e6d93a305a8832 (patch) | |
tree | 09bdbc79667a51de1d632b311e6e99a29edca828 /archiveview.h | |
parent | e992f6ea0b993d4a39ac8e8196fda81da0f58bf3 (diff) | |
download | SheMov-cbbd7e271cbdbbaf502d2e5786e6d93a305a8832.tar.gz SheMov-cbbd7e271cbdbbaf502d2e5786e6d93a305a8832.tar.bz2 SheMov-cbbd7e271cbdbbaf502d2e5786e6d93a305a8832.zip |
Clean up archiveview.cpp
* Use type-safe connect
* remove Q_FOREACH
* remove some unused #includes
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archiveview.h b/archiveview.h index 7a288db..867b482 100644 --- a/archiveview.h +++ b/archiveview.h @@ -9,10 +9,8 @@ #define ARCHIVEVIEW_H #include <QDialog> -#include <QRegExp> #include <QSortFilterProxyModel> #include <QWidget> -#include <QStyledItemDelegate> #include <QDate> #include "archivemodel.h" |