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

« back to all changes in this revision

Viewing changes to libmuon/backends/ApplicationBackend/ReviewsBackend.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 <QtCore/QUrl>
26
26
#include <QtCore/QVariant>
27
27
 
28
 
#include "libmuonprivate_export.h"
 
28
#include "libMuonCommon_export.h"
29
29
#include <ReviewsBackend/AbstractReviewsBackend.h>
30
30
 
31
31
namespace QOAuth {
44
44
class Rating;
45
45
class Review;
46
46
 
47
 
class MUONPRIVATE_EXPORT ReviewsBackend : public AbstractReviewsBackend
 
47
class MUONCOMMON_EXPORT ReviewsBackend : public AbstractReviewsBackend
48
48
{
49
49
    Q_OBJECT
50
50
public: