From ca6a104941b71e7b6a8bdcb6ebcdfff5ec8e8aca Mon Sep 17 00:00:00 2001 From: Vladyslav Hnatiuk Date: Sat, 1 Jan 2022 22:14:01 +0100 Subject: Fix enum in room Notification struct --- lib/room.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/room.h b/lib/room.h index cbe3d1ad..a5513727 100644 --- a/lib/room.h +++ b/lib/room.h @@ -101,7 +101,7 @@ struct EventStats; struct Notification { enum Type { None = 0, Basic, Highlight }; - Q_ENUM(Notification) + Q_ENUM(Type) Type type = None; -- cgit v1.2.3