mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
Merge pull request #81 from veeti/fix-compile
Fix case for header inclusions
This commit is contained in:
commit
7af964cfe6
@ -32,8 +32,8 @@
|
|||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "torrentcontentmodel.h"
|
#include "torrentcontentmodel.h"
|
||||||
#include "torrentcontentmodelitem.h"
|
#include "torrentcontentmodelitem.h"
|
||||||
#include "torrentcontentmodelFolder.h"
|
#include "torrentcontentmodelfolder.h"
|
||||||
#include "torrentcontentmodelFile.h"
|
#include "torrentcontentmodelfile.h"
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
|
|
||||||
TorrentContentModel::TorrentContentModel(QObject *parent):
|
TorrentContentModel::TorrentContentModel(QObject *parent):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user