File indexing completed on 2024-04-21 05:25:57

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 #pragma once
0010 
0011 #include <QMetaType>
0012 
0013 typedef QMap<QString, QString> DeviceInfo;
0014 typedef QMap<QString, DeviceInfo> QMapDeviceInfo;
0015 Q_DECLARE_METATYPE(DeviceInfo)
0016 Q_DECLARE_METATYPE(QMapDeviceInfo)