diff --git a/src/core/feedsmodelfeed.h b/src/core/feedsmodelfeed.h index 2d01d3c55..b7d9c7417 100644 --- a/src/core/feedsmodelfeed.h +++ b/src/core/feedsmodelfeed.h @@ -35,8 +35,8 @@ class FeedsModelFeed : public FeedsModelRootItem { void setTitle(const QString &title); protected: - QString m_title; Type m_type; + QString m_title; int m_totalCount; int m_unreadCount; };