File indexing completed on 2024-05-12 04:01:52

0001 /*
0002     SPDX-FileCopyrightText: 2005 Kevin Ottens <ervin@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0005 */
0006 
0007 #include "ifaces/devicemanager.h"
0008 
0009 Solid::Ifaces::DeviceManager::DeviceManager(QObject *parent)
0010     : QObject(parent)
0011 {
0012 }
0013 
0014 Solid::Ifaces::DeviceManager::~DeviceManager()
0015 {
0016 }
0017 
0018 #include "moc_devicemanager.cpp"