mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Proper fix to use an INI file instead of the registry on Windows
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
#include <fstream>
|
||||
#include <QMessageBox>
|
||||
#include <QMenu>
|
||||
#include <QSettings>
|
||||
#include <QHeaderView>
|
||||
#include <QApplication>
|
||||
#include <QDesktopWidget>
|
||||
@@ -55,6 +54,7 @@
|
||||
#include "preferences.h"
|
||||
#include "GUI.h"
|
||||
#include "transferlistwidget.h"
|
||||
#include "qinisettings.h"
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user