From 04fca1fc75bbb695042f3144376c83f760216771 Mon Sep 17 00:00:00 2001 From: Andreas Hatziiliou <andreas.hatziiliou@savoirfairelinux.com> Date: Thu, 21 Nov 2024 16:42:53 -0500 Subject: [PATCH] callparticipantsmodel: fix typo Change-Id: I32e7aa66466108b8ebac8a472a00f9f08e91a3b6 --- src/libclient/api/callparticipantsmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libclient/api/callparticipantsmodel.h b/src/libclient/api/callparticipantsmodel.h index 1a0abdc23..05efc92a7 100644 --- a/src/libclient/api/callparticipantsmodel.h +++ b/src/libclient/api/callparticipantsmodel.h @@ -45,7 +45,7 @@ const QString X = "x"; const QString Y = "y"; const QString W = "w"; const QString H = "h"; -const QString WIDTH = "widht"; +const QString WIDTH = "width"; const QString HEIGHT = "height"; const QString VIDEOMUTED = "videoMuted"; const QString AUDIOLOCALMUTED = "audioLocalMuted"; -- GitLab