mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix case for header inclusions
Fixes building on case-sensitive filesystems.
This commit is contained in:
parent
de43a0b7a1
commit
e482900754
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue