summaryrefslogtreecommitdiffstats
path: root/torrentwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'torrentwidget.h')
-rw-r--r--torrentwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/torrentwidget.h b/torrentwidget.h
index b66fa64..d672398 100644
--- a/torrentwidget.h
+++ b/torrentwidget.h
@@ -47,6 +47,7 @@ class TorrentWidget : public QWidget {
void searchFile();
void fileSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
void selectFirst();
+ void guessSubtitle();
protected:
virtual void keyPressEvent(QKeyEvent *e);
@@ -76,6 +77,7 @@ class TorrentWidget : public QWidget {
QAction *mTorrentInfoA;
QAction *mSelDirA;
QAction *mCopyFnToClipA;
+ QAction *mGuessSubtitleA;
FileSorter *mProxy;
TorrentDisplay *mTorrentDisplay;
};