diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-03 18:29:18 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-03 18:29:18 +0100 |
| commit | 997e9b168d362a50cdcdc82c6cc3488a6852737a (patch) | |
| tree | febf644d675ef07128f5c313e78a728a97aee89c /jiddb.cpp | |
| parent | 0311bed34d80abe518f11838271e39d1615ebf67 (diff) | |
| download | yachat6-997e9b168d362a50cdcdc82c6cc3488a6852737a.tar.gz | |
Load conversations dynamically
Diffstat (limited to 'jiddb.cpp')
| -rw-r--r-- | jiddb.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -246,6 +246,8 @@ QList<JidDb::Conversation> JidDb::conversations() const const auto conversations = tables(); QList<Conversation> ret; + qDebug() << conversations; + for (const auto &jid : conversations) if (jid.contains('@')) { |
