Add missing explicit keyword

This commit is contained in:
Laurent Montel
2023-07-15 17:04:45 +02:00
parent 62ecbc8d6b
commit 8d1baab89f
8 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ public:
IsJoinedRole, /**< Whether the local user has joined the room. */
};
PublicRoomListModel(QObject *parent = nullptr);
explicit PublicRoomListModel(QObject *parent = nullptr);
/**
* @brief Get the given role value at the given index.