From 2e7a708e036b80eeba946a31e6ca3ec462ee5a92 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 3 Feb 2018 02:57:04 +0100 Subject: Clean up TorrentWidget Get rid of Q_FOREARCH, use type safe connect syntax, remove members that don't have to be members, the usual. --- torrentwidget.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'torrentwidget.h') diff --git a/torrentwidget.h b/torrentwidget.h index 65c1161..ad8387c 100644 --- a/torrentwidget.h +++ b/torrentwidget.h @@ -7,7 +7,6 @@ #include #include -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; -- cgit v1.2.3-70-g09d2