From c0d7b96e795c97d6d6b1ea437a64b71f3bbe6df2 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 15 Apr 2024 17:15:01 +0200 Subject: [PATCH] Mark ThreePIdModel as uncreatable --- src/models/threepidmodel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/threepidmodel.h b/src/models/threepidmodel.h index 68e857de4..5777fbe01 100644 --- a/src/models/threepidmodel.h +++ b/src/models/threepidmodel.h @@ -19,6 +19,7 @@ class ThreePIdModel : public QAbstractListModel { Q_OBJECT QML_ELEMENT + QML_UNCREATABLE("") public: /**