Proper fix to use an INI file instead of the registry on Windows

This commit is contained in:
Christophe Dumez
2010-07-16 15:03:18 +00:00
parent d354d7133e
commit b9241ad5ad
27 changed files with 311 additions and 313 deletions

View File

@@ -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.