mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
Persist size and treeview header state in preview dialog
- renamed variable m_headerState - renamed PreviewSelect class to PreviewSelectDialog - renamed previewselect files to previewselectdialog
This commit is contained in:
parent
ef63202be2
commit
3b4fd35dde
9 changed files with 84 additions and 40 deletions
|
@ -54,7 +54,7 @@
|
|||
#include "guiiconprovider.h"
|
||||
#include "mainwindow.h"
|
||||
#include "optionsdlg.h"
|
||||
#include "previewselect.h"
|
||||
#include "previewselectdialog.h"
|
||||
#include "speedlimitdlg.h"
|
||||
#include "torrentmodel.h"
|
||||
#include "transferlistdelegate.h"
|
||||
|
@ -563,7 +563,7 @@ void TransferListWidget::previewSelectedTorrents()
|
|||
{
|
||||
foreach (BitTorrent::TorrentHandle *const torrent, getSelectedTorrents()) {
|
||||
if (torrent->hasMetadata())
|
||||
new PreviewSelect(this, torrent);
|
||||
new PreviewSelectDialog(this, torrent);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue