diff options
Diffstat (limited to 'torrentwidget.h')
-rw-r--r-- | torrentwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/torrentwidget.h b/torrentwidget.h index b1f33bb..5b1852c 100644 --- a/torrentwidget.h +++ b/torrentwidget.h @@ -22,6 +22,7 @@ class TorrentWidget : public QWidget { TorrentWidget(QWidget *parent = 0); QToolBar *toolBar() { return mToolBar; } QMenuBar *menuBar() { return mMenuBar; } + TorrentDisplay *torrentDisplay() { return mTorrentDisplay; } ~TorrentWidget(); signals: @@ -30,6 +31,7 @@ class TorrentWidget : public QWidget { public slots: void selectDir(); + void copyToClipboard(); void gatherData(); void deleteFiles(); void moveFiles(); |