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/dialogs/FallbackAuth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs/FallbackAuth.h') diff --git a/src/dialogs/FallbackAuth.h b/src/dialogs/FallbackAuth.h index 290d8c4a..579d85b0 100644 --- a/src/dialogs/FallbackAuth.h +++ b/src/dialogs/FallbackAuth.h @@ -12,7 +12,7 @@ class QLabel; namespace dialogs { -class FallbackAuth : public QWidget +class FallbackAuth final : public QWidget { Q_OBJECT -- cgit 1.5.1