diff options
author | Arno <arno@disconnect.de> | 2016-08-28 07:28:15 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-08-28 07:28:15 +0200 |
commit | 8203bdcbdbc8c121831db0d197a89842b7178f59 (patch) | |
tree | 8a693c8c11e3265e08ed6d74c35a76ee991f8e12 /torrentwidget.h | |
parent | 32afa2c28aabe862bfca44dba24083ffd7db6721 (diff) | |
download | ShemovCleaner-8203bdcbdbc8c121831db0d197a89842b7178f59.tar.gz ShemovCleaner-8203bdcbdbc8c121831db0d197a89842b7178f59.tar.bz2 ShemovCleaner-8203bdcbdbc8c121831db0d197a89842b7178f59.zip |
Added copyToClipboard where applicable
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(); |