From ce1a64bc19ffc21e115bdf2587bb053d7a417f3e Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 19 Jun 2023 01:38:40 +0200 Subject: Move to automatic type registration --- src/encryption/VerificationManager.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/encryption/VerificationManager.cpp') diff --git a/src/encryption/VerificationManager.cpp b/src/encryption/VerificationManager.cpp index 802a8177..d1248755 100644 --- a/src/encryption/VerificationManager.cpp +++ b/src/encryption/VerificationManager.cpp @@ -15,6 +15,7 @@ VerificationManager::VerificationManager(TimelineViewManager *o) : QObject(o) , rooms_(o->rooms()) { + instance_ = this; } static bool -- cgit 1.5.1