mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Cleanup headers
Code formatting
This commit is contained in:
@@ -28,20 +28,17 @@
|
|||||||
* Contact : chris@qbittorrent.org
|
* Contact : chris@qbittorrent.org
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "scanfoldersmodel.h"
|
||||||
|
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QString>
|
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include <QTemporaryFile>
|
|
||||||
#include <QTextStream>
|
#include <QTextStream>
|
||||||
|
|
||||||
#include "utils/misc.h"
|
|
||||||
#include "utils/fs.h"
|
|
||||||
#include "preferences.h"
|
|
||||||
#include "logger.h"
|
|
||||||
#include "filesystemwatcher.h"
|
|
||||||
#include "bittorrent/session.h"
|
#include "bittorrent/session.h"
|
||||||
#include "scanfoldersmodel.h"
|
#include "filesystemwatcher.h"
|
||||||
|
#include "preferences.h"
|
||||||
|
#include "utils/fs.h"
|
||||||
|
|
||||||
struct ScanFoldersModel::PathData
|
struct ScanFoldersModel::PathData
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -34,10 +34,7 @@
|
|||||||
#include <QAbstractListModel>
|
#include <QAbstractListModel>
|
||||||
#include <QList>
|
#include <QList>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
|
||||||
class QStringList;
|
class QStringList;
|
||||||
QT_END_NAMESPACE
|
|
||||||
|
|
||||||
class FileSystemWatcher;
|
class FileSystemWatcher;
|
||||||
|
|
||||||
class ScanFoldersModel: public QAbstractListModel
|
class ScanFoldersModel: public QAbstractListModel
|
||||||
|
|||||||
Reference in New Issue
Block a user