Browse Source

Merge pull request #81 from veeti/fix-compile

Fix case for header inclusions
adaptive-webui-19844
Christophe Dumez 12 years ago
parent
commit
7af964cfe6
  1. 4
      src/torrentcontentmodel.cpp

4
src/torrentcontentmodel.cpp

@ -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…
Cancel
Save