diff options
author | Arno <arno@disconnect.de> | 2018-02-03 02:57:04 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-03 02:57:04 +0100 |
commit | 2e7a708e036b80eeba946a31e6ca3ec462ee5a92 (patch) | |
tree | 5d03fc28bd28ff0b4323c8024f11282521954871 /torrentwidget.h | |
parent | 112d450df193425c6d78f1f8a01f58b4e6ee0ebc (diff) | |
download | ShemovCleaner-2e7a708e036b80eeba946a31e6ca3ec462ee5a92.tar.gz ShemovCleaner-2e7a708e036b80eeba946a31e6ca3ec462ee5a92.tar.bz2 ShemovCleaner-2e7a708e036b80eeba946a31e6ca3ec462ee5a92.zip |
Clean up TorrentWidget
Get rid of Q_FOREARCH, use type safe connect syntax, remove members that
don't have to be members, the usual.
Diffstat (limited to 'torrentwidget.h')
-rw-r--r-- | torrentwidget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/torrentwidget.h b/torrentwidget.h index 65c1161..ad8387c 100644 --- a/torrentwidget.h +++ b/torrentwidget.h @@ -7,7 +7,6 @@ #include <QContextMenuEvent> #include <QLineEdit> -class QPushButton; class QTreeView; class QStandardItemModel; class QLabel; @@ -66,9 +65,7 @@ class TorrentWidget : public QWidget { void restoreSelection(); QAction *createSeparator(); QLineEdit *mDir; - QPushButton *mSelDir; QLineEdit *mSearchTorrents; - QPushButton *mDoSearchTorrents; QString mExt; QStringList mSelection; QStandardItemModel *mModel; |