File indexing completed on 2024-09-08 04:54:37
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)