Skip to content

Commit

Permalink
Fix compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Jun 29, 2016
1 parent c0824c3 commit 4ef3e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/feeddownloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <QThread>
#include <QDebug>
#include <QMetaType>
#include <QMutex>
#include <QThreadPool>


Expand Down
2 changes: 2 additions & 0 deletions src/core/feeddownloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class FeedDownloadResults {
QList<QPair<QString,int> > m_updatedFeeds;
};

class QMutex;

// This class offers means to "update" feeds and "special" categories.
// NOTE: This class is used within separate thread.
class FeedDownloader : public QObject {
Expand Down

0 comments on commit 4ef3e00

Please sign in to comment.