From 997e9b168d362a50cdcdc82c6cc3488a6852737a Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 3 Feb 2026 18:29:18 +0100 Subject: Load conversations dynamically --- jiddb.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jiddb.cpp') diff --git a/jiddb.cpp b/jiddb.cpp index 53d77e0..7853ff8 100644 --- a/jiddb.cpp +++ b/jiddb.cpp @@ -246,6 +246,8 @@ QList JidDb::conversations() const const auto conversations = tables(); QList ret; + qDebug() << conversations; + for (const auto &jid : conversations) if (jid.contains('@')) { -- cgit v1.2.3