From 8203bdcbdbc8c121831db0d197a89842b7178f59 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 28 Aug 2016 07:28:15 +0200 Subject: Added copyToClipboard where applicable --- torrentwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'torrentwidget.h') 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(); -- cgit v1.2.3-70-g09d2