File indexing completed on 2024-04-21 16:11:32

0001 /*
0002  * This file is part of the KDE project
0003  *
0004  * SPDX-FileCopyrightText: 2015 David Rosca <nowrep@gmail.com>
0005  *
0006  * SPDX-License-Identifier: LGPL-2.0-or-later
0007  */
0008 
0009 #ifndef KDED_BLUEDEVIL_TYPES_H
0010 #define KDED_BLUEDEVIL_TYPES_H
0011 
0012 #include <QMetaType>
0013 
0014 typedef QMap<QString, QString> DeviceInfo;
0015 typedef QMap<QString, DeviceInfo> QMapDeviceInfo;
0016 Q_DECLARE_METATYPE(DeviceInfo)
0017 Q_DECLARE_METATYPE(QMapDeviceInfo)
0018 
0019 #endif // KDED_BLUEDEVIL_TYPES_H