mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
committed by
GitHub
parent
facfa26eed
commit
dd1bd8ad10
@@ -30,6 +30,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/settingvalue.h"
|
||||
|
||||
class QStandardItemModel;
|
||||
@@ -38,6 +39,7 @@ namespace BitTorrent
|
||||
{
|
||||
class Torrent;
|
||||
}
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class PreviewSelectDialog;
|
||||
@@ -64,7 +66,7 @@ public:
|
||||
~PreviewSelectDialog();
|
||||
|
||||
signals:
|
||||
void readyToPreviewFile(QString) const;
|
||||
void readyToPreviewFile(const Path &filePath) const;
|
||||
|
||||
private slots:
|
||||
void previewButtonClicked();
|
||||
|
||||
Reference in New Issue
Block a user