/* SPDX-FileCopyrightText: 2012 Gregor Taetzner SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #pragma once #include class PackagekitService : public Plasma5Support::Service { Q_OBJECT public: explicit PackagekitService(QObject *parent = nullptr); Plasma5Support::ServiceJob *createJob(const QString &operation, QMap ¶meters) override; };