Plasma5Support

deviceserviceaction.h
1/*
2 SPDX-FileCopyrightText: 2005 Jean-Remy Falleri <jr.falleri@laposte.net>
3 SPDX-FileCopyrightText: 2005-2007 Kevin Ottens <ervin@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-only
6*/
7
8#pragma once
9
10#include <kserviceaction.h>
11#include <solid/predicate.h>
12
13class DeviceServiceAction
14{
15public:
16 void execute(Solid::Device &device);
17
18 void setService(const KServiceAction &service);
19 KServiceAction service() const;
20
21private:
22 KServiceAction m_service;
23};
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.