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

« back to all changes in this revision

Viewing changes to libmuon/backends/PackageKitBackend/AppPackageKitResource.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:
44
44
        virtual QString license() override;
45
45
        virtual QUrl screenshotUrl() override;
46
46
        virtual QUrl thumbnailUrl() override;
 
47
        virtual QStringList allPackageNames() const override;
47
48
 
48
49
    private:
49
50
        QStringList findProvides(Appstream::Provides::Kind kind) const;