mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
committed by
GitHub
parent
facfa26eed
commit
dd1bd8ad10
@@ -32,6 +32,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/settingvalue.h"
|
||||
|
||||
class QAbstractButton;
|
||||
@@ -82,8 +83,8 @@ private:
|
||||
QAbstractButton *m_previousRadio = nullptr;
|
||||
struct
|
||||
{
|
||||
QString savePath;
|
||||
QString downloadPath;
|
||||
Path savePath;
|
||||
Path downloadPath;
|
||||
QString category;
|
||||
qreal ratio;
|
||||
int seedingTime;
|
||||
|
||||
Reference in New Issue
Block a user