/* 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 PackagekitJob : public Plasma5Support::ServiceJob { Q_OBJECT public: PackagekitJob(const QString &destination, const QString &operation, const QMap ¶meters, QObject *parent = nullptr); ~PackagekitJob() override; protected: void start() override; };