mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Merge pull request #81 from veeti/fix-compile
Fix case for header inclusions
This commit is contained in:
commit
7af964cfe6
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue