mirror of https://github.com/KDE/kasts.git
Use include instead of forward decl for property types
This commit is contained in:
parent
b6d5aa6470
commit
6df9188cdc
|
@ -16,8 +16,7 @@
|
|||
|
||||
#include "author.h"
|
||||
#include "enclosure.h"
|
||||
|
||||
class Feed;
|
||||
#include "feed.h"
|
||||
|
||||
class Entry : public QObject
|
||||
{
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
#include <QVector>
|
||||
|
||||
#include "author.h"
|
||||
|
||||
class EntriesModel;
|
||||
#include "models/entriesmodel.h"
|
||||
|
||||
class Feed : public QObject
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue