From af699eb83eddd981537432ab08a1bbe194e30df0 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 10 Oct 2022 14:38:29 +0200 Subject: Mark classes as final where possible --- src/ui/RoomSummary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/RoomSummary.h') diff --git a/src/ui/RoomSummary.h b/src/ui/RoomSummary.h index fd19f4c2..30d47eb1 100644 --- a/src/ui/RoomSummary.h +++ b/src/ui/RoomSummary.h @@ -10,7 +10,7 @@ #include -class RoomSummaryProxy : public QObject +class RoomSummaryProxy final : public QObject { Q_OBJECT @@ -21,7 +21,7 @@ signals: void failed(); }; -class RoomSummary : public QObject +class RoomSummary final : public QObject { Q_OBJECT -- cgit 1.5.1