diff options
Diffstat (limited to 'shemovcleaner.cpp')
-rw-r--r-- | shemovcleaner.cpp | 2 |
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; } |