From b271911d7b833c031e3d279cfae52aeb4af046e7 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 10 Jul 2020 23:17:35 +0200 Subject: [PATCH] User proper type for eventtypeId in events from things --- libnymea-app/types/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnymea-app/types/device.h b/libnymea-app/types/device.h index cfd6b333..bdd7dcbd 100644 --- a/libnymea-app/types/device.h +++ b/libnymea-app/types/device.h @@ -105,7 +105,7 @@ signals: void paramsChanged(); void settingsChanged(); void statesChanged(); - void eventTriggered(const QString &eventTypeId, const QVariantMap ¶ms); + void eventTriggered(const QUuid &eventTypeId, const QVariantMap ¶ms); private: