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

« back to all changes in this revision

Viewing changes to libmuon/ApplicationAddonsModel.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2015-03-24 07:36:31 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20150324073631-7nmay5episnfkdlt
Tags: upstream-5.2.2
ImportĀ upstreamĀ versionĀ 5.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <resources/PackageState.h>
26
26
#include "Transaction/AddonList.h"
27
27
 
28
 
#include "libmuonprivate_export.h"
 
28
#include "libMuonCommon_export.h"
29
29
 
30
30
class Transaction;
31
31
class AbstractResource;
32
32
 
33
 
class MUONPRIVATE_EXPORT ApplicationAddonsModel : public QAbstractListModel
 
33
class MUONCOMMON_EXPORT ApplicationAddonsModel : public QAbstractListModel
34
34
{
35
35
    Q_OBJECT
36
36
    Q_PROPERTY(AbstractResource* application READ application WRITE setApplication NOTIFY applicationChanged)