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"
|
||||
#include "base/torrentfileswatcher.h"
|
||||
|
||||
@@ -57,8 +58,8 @@ private:
|
||||
void onCategoryChanged(int index);
|
||||
|
||||
Ui::WatchedFolderOptionsDialog *m_ui;
|
||||
QString m_savePath;
|
||||
QString m_downloadPath;
|
||||
Path m_savePath;
|
||||
Path m_downloadPath;
|
||||
bool m_useDownloadPath = false;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user