summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemovcleaner.cpp')
-rw-r--r--shemovcleaner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemovcleaner.cpp b/shemovcleaner.cpp
index beb5baf..c50e598 100644
--- a/shemovcleaner.cpp
+++ b/shemovcleaner.cpp
@@ -205,7 +205,7 @@ void ShemovCleaner::torrentInfo(){
QList<QVariant> tData = p.parse();
tData.removeAll(QVariant());
tData.removeAll(0);
- mTorrentDisplay->setData(tData);
+ mTorrentDisplay->setData(tData, sel.first().data().toString());
mTorrentDisplay->show();
return;
}