summaryrefslogtreecommitdiffstats
path: root/torrentwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'torrentwidget.h')
-rw-r--r--torrentwidget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/torrentwidget.h b/torrentwidget.h
index 5b1852c..10a67d8 100644
--- a/torrentwidget.h
+++ b/torrentwidget.h
@@ -37,13 +37,11 @@ class TorrentWidget : public QWidget {
void moveFiles();
void torrentInfo();
void searchFile();
+ void fileSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
protected:
virtual void contextMenuEvent(QContextMenuEvent *e);
- private slots:
- void fileSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
-
private:
void setupGui();
void readHeaderData();