mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Initial port to libtorrent v0.16
This commit is contained in:
parent
4412476109
commit
3995af6489
15 changed files with 382 additions and 154 deletions
|
@ -102,7 +102,7 @@ void PreviewSelect::on_previewButton_clicked(){
|
|||
#endif
|
||||
QString path;
|
||||
foreach(index, selectedIndexes){
|
||||
path = h.files_path().at(indexes.at(index.row()));
|
||||
path = h.absolute_files_path().at(indexes.at(index.row()));
|
||||
// File
|
||||
if(QFile::exists(path)){
|
||||
emit readyToPreviewFile(path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue