Keep MultiFeedRssModel private in the context of C++

Change-Id: I9ec1948005928682cbaab39c5bc0f4e96b675bfe
Reviewed-on: http://codereview.qt.nokia.com/3195
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Daniel Molkentin
2011-08-18 15:57:48 +02:00
parent 4078fba4ec
commit 7536aa5578

View File

@@ -68,7 +68,7 @@ class NetworkAccessManager;
enum RssRoles { TitleRole = Qt::UserRole+1, DescriptionRole, LinkRole, enum RssRoles { TitleRole = Qt::UserRole+1, DescriptionRole, LinkRole,
PubDateRole, BlogNameRole, BlogIconRole }; PubDateRole, BlogNameRole, BlogIconRole };
class WELCOME_EXPORT MultiFeedRssModel : public QAbstractListModel { class MultiFeedRssModel : public QAbstractListModel {
Q_OBJECT Q_OBJECT
Q_PROPERTY(int articleCount READ articleCount WRITE setArticleCount NOTIFY articleCountChanged) Q_PROPERTY(int articleCount READ articleCount WRITE setArticleCount NOTIFY articleCountChanged)
public: public: