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

« back to all changes in this revision

Viewing changes to libmuon/resources/StandardBackendUpdater.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:
20
20
#ifndef STANDARDBACKENDUPDATER_H
21
21
#define STANDARDBACKENDUPDATER_H
22
22
 
23
 
#include "libMuonCommon_export.h"
 
23
#include "libmuonprivate_export.h"
24
24
#include <resources/AbstractBackendUpdater.h>
25
25
#include "AbstractResourcesBackend.h"
26
26
#include <QSet>
28
28
 
29
29
class AbstractResourcesBackend;
30
30
 
31
 
class MUONCOMMON_EXPORT StandardBackendUpdater : public AbstractBackendUpdater
 
31
class MUONPRIVATE_EXPORT StandardBackendUpdater : public AbstractBackendUpdater
32
32
{
33
33
    Q_OBJECT
34
34
    public: