~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to libmuon/resources/ResourcesModel.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-03-24 23:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: package-import@ubuntu.com-20150324230635-nvt7aq7kqvaxq36e
Tags: upstream-5.2.2-1
ImportĀ upstreamĀ versionĀ 5.2.2-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <QtCore/QModelIndex>
25
25
#include <QVector>
26
26
 
27
 
#include "libMuonCommon_export.h"
 
27
#include "libmuonprivate_export.h"
28
28
#include "AbstractResourcesBackend.h"
29
29
 
30
30
class AbstractResource;
31
31
class AbstractResourcesBackend;
32
32
 
33
 
class MUONCOMMON_EXPORT ResourcesModel : public QAbstractListModel
 
33
class MUONPRIVATE_EXPORT ResourcesModel : public QAbstractListModel
34
34
{
35
35
    Q_OBJECT
36
36
    Q_PROPERTY(int updatesCount READ updatesCount NOTIFY updatesCountChanged)
76
76
        void integrateMainWindow(MuonMainWindow* w);
77
77
        
78
78
        bool isFetching() const;
79
 
        QList<QAction*> messageActions() const;
80
 
        
81
79
        virtual QHash<int, QByteArray> roleNames() const;
82
80
 
83
81
    public slots: