File indexing completed on 2024-05-19 05:37:51

0001 /*
0002     SPDX-FileCopyrightText: 2012 Gregor Taetzner <gregor@freenet.de>
0003 
0004     SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005 */
0006 
0007 #pragma once
0008 
0009 #include <Plasma5Support/Service>
0010 
0011 class PackagekitService : public Plasma5Support::Service
0012 {
0013     Q_OBJECT
0014 public:
0015     explicit PackagekitService(QObject *parent = nullptr);
0016     Plasma5Support::ServiceJob *createJob(const QString &operation, QMap<QString, QVariant> &parameters) override;
0017 };