forked from qt-creator/qt-creator
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:
@@ -68,7 +68,7 @@ class NetworkAccessManager;
|
||||
enum RssRoles { TitleRole = Qt::UserRole+1, DescriptionRole, LinkRole,
|
||||
PubDateRole, BlogNameRole, BlogIconRole };
|
||||
|
||||
class WELCOME_EXPORT MultiFeedRssModel : public QAbstractListModel {
|
||||
class MultiFeedRssModel : public QAbstractListModel {
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(int articleCount READ articleCount WRITE setArticleCount NOTIFY articleCountChanged)
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user