mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-10 12:21:12 +00:00
Fix case for header inclusions
Fixes building on case-sensitive filesystems.
This commit is contained in:
parent
de43a0b7a1
commit
e482900754
@ -32,8 +32,8 @@
|
||||
#include "misc.h"
|
||||
#include "torrentcontentmodel.h"
|
||||
#include "torrentcontentmodelitem.h"
|
||||
#include "torrentcontentmodelFolder.h"
|
||||
#include "torrentcontentmodelFile.h"
|
||||
#include "torrentcontentmodelfolder.h"
|
||||
#include "torrentcontentmodelfile.h"
|
||||
#include <QDir>
|
||||
|
||||
TorrentContentModel::TorrentContentModel(QObject *parent):
|
||||
|
Loading…
x
Reference in New Issue
Block a user