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

« back to all changes in this revision

Viewing changes to libmuon/resources/ResourcesUpdatesModel.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-02-20 22:43:20 UTC
  • mfrom: (1.4.29)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20140220224320-datq4ba1924izrc9
Tags: 2.1.70-0ubuntu1
* New upstream alpha release
* Build-dep on libbodega-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
class QAction;
30
30
class AbstractBackendUpdater;
31
31
class ResourcesModel;
 
32
class QDBusInterface;
32
33
 
33
34
class MUONPRIVATE_EXPORT ResourcesUpdatesModel : public QStandardItemModel
34
35
{
75
76
 
76
77
        ResourcesModel* m_resources;
77
78
        QVector<AbstractBackendUpdater*> m_updaters;
 
79
        bool m_isProgressing;
 
80
        QDBusInterface * m_kded;
78
81
 
79
82
    private slots:
80
83
        void message(const QString& msg);
81
84
        void addNewBackends();
 
85
        void slotProgressingChanged(bool progressing);
82
86
};
83
87
 
84
88
#endif // RESOURCESUPDATESMODEL_H