Solid

fakedeviceinterface.cpp
1/*
2 SPDX-FileCopyrightText: 2006 Michaƫl Larouche <michael.larouche@kdemail.net>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6#include "fakedeviceinterface.h"
7
8using namespace Solid::Backends::Fake;
9
10FakeDeviceInterface::FakeDeviceInterface(FakeDevice *device)
11 : QObject(device)
12 , m_device(device)
13{
14}
15
16FakeDeviceInterface::~FakeDeviceInterface()
17{
18}
19
20#include "moc_fakedeviceinterface.cpp"
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:12 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.