diff options
author | Arno <arno@disconnect.de> | 2016-09-04 18:31:38 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-04 18:31:38 +0200 |
commit | 8f5b287ea0038a7f1d6bfcd3934c53eb631af72b (patch) | |
tree | badcc4e04957cd81a5b24d070167cc36c8e3f7a9 /shemovcleaner.cpp | |
parent | 51b8435880013f1d4533379811a9b89c1ea3173c (diff) | |
download | ShemovCleaner-8f5b287ea0038a7f1d6bfcd3934c53eb631af72b.tar.gz ShemovCleaner-8f5b287ea0038a7f1d6bfcd3934c53eb631af72b.tar.bz2 ShemovCleaner-8f5b287ea0038a7f1d6bfcd3934c53eb631af72b.zip |
Implement Copy&Paste for FileWidget
While at it, do the context menu, too...
Diffstat (limited to 'shemovcleaner.cpp')
-rw-r--r-- | shemovcleaner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shemovcleaner.cpp b/shemovcleaner.cpp index a0f7f4a..3ba0802 100644 --- a/shemovcleaner.cpp +++ b/shemovcleaner.cpp @@ -120,7 +120,6 @@ void ShemovCleaner::createGlobalActions(){ } void ShemovCleaner::createActions(){ - //TorrentWidget mTorRefreshA = new QAction(QIcon(":/refresh.png"), tr("Refresh"), this); connect(mTorRefreshA, SIGNAL(triggered()), mTorrentTab, SLOT(gatherData())); |