mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
Proper fix to use an INI file instead of the registry on Windows
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include <QStringList>
|
||||
|
||||
class FileSystemWatcher;
|
||||
class QSettings;
|
||||
class QIniSettings;
|
||||
|
||||
class ScanFoldersModel : public QAbstractTableModel {
|
||||
Q_OBJECT
|
||||
@@ -61,7 +61,7 @@ public:
|
||||
PathStatus setDownloadAtPath(int row, bool downloadAtPath);
|
||||
|
||||
bool downloadInTorrentFolder(const QString &filePath) const;
|
||||
void makePersistent(QSettings &settings);
|
||||
void makePersistent(QIniSettings &settings);
|
||||
|
||||
signals:
|
||||
// The absolute paths of new torrent files in the scanned directories.
|
||||
|
||||
Reference in New Issue
Block a user