diff options
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; |