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

« back to all changes in this revision

Viewing changes to libmuon/resources/AbstractResource.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:
27
27
#include <QScopedPointer>
28
28
#include <QCollatorSortKey>
29
29
 
30
 
#include "libmuonprivate_export.h"
 
30
#include "libMuonCommon_export.h"
31
31
#include "PackageState.h"
32
32
 
33
33
class Rating;
40
40
 * 
41
41
 * Each backend must reimplement its own resource class which needs to derive from this one.
42
42
 */
43
 
class MUONPRIVATE_EXPORT AbstractResource : public QObject
 
43
class MUONCOMMON_EXPORT AbstractResource : public QObject
44
44
{
45
45
    Q_OBJECT
46
46
    Q_PROPERTY(QString name READ name CONSTANT)