refact: remove IconMap
remove unused types
This commit is contained in:
parent
acba7b727e
commit
7d0c5bb615
@ -18,7 +18,6 @@ void registerComplexDbusType()
|
||||
{
|
||||
qDBusRegisterMetaType<QMap<QString, QDBusUnixFileDescriptor>>();
|
||||
qDBusRegisterMetaType<QMap<uint, QMap<QString, QDBusUnixFileDescriptor>>>();
|
||||
qDBusRegisterMetaType<IconMap>();
|
||||
qRegisterMetaType<ObjectInterfaceMap>();
|
||||
qDBusRegisterMetaType<ObjectInterfaceMap>();
|
||||
qRegisterMetaType<ObjectMap>();
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
#include <QString>
|
||||
#include <QMap>
|
||||
#include <QDBusUnixFileDescriptor>
|
||||
#include <QDBusConnection>
|
||||
#include <optional>
|
||||
#include <QDBusError>
|
||||
@ -27,7 +26,6 @@
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(DDEAMProf)
|
||||
|
||||
using IconMap = QMap<QString, QMap<uint, QMap<QString, QDBusUnixFileDescriptor>>>;
|
||||
using ObjectInterfaceMap = QMap<QString, QVariantMap>;
|
||||
using ObjectMap = QMap<QDBusObjectPath, ObjectInterfaceMap>;
|
||||
using PropMap = QMap<QString, QMap<QString, QString>>;
|
||||
|
Loading…
Reference in New Issue
Block a user