diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-03 23:06:44 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-03 23:06:44 +0100 |
| commit | b934e6b0fdcc56f2cca1cca9ebce289cebaaafa2 (patch) | |
| tree | 686950abbdc508561a635d5551a38d811c75d337 /yc.cpp | |
| parent | 997e9b168d362a50cdcdc82c6cc3488a6852737a (diff) | |
| download | yachat6-b934e6b0fdcc56f2cca1cca9ebce289cebaaafa2.tar.gz | |
Replace ConversationModel with ListModel
Diffstat (limited to 'yc.cpp')
| -rw-r--r-- | yc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ void Yc::retrieveConversations() new Conversation(db.jid, conv.to, ui.conversations_list, conv.last_msg, conv.dt); #else - emit newConversation(conv.to); + emit newConversation(db.jid, conv.to, conv.last_msg); #endif } } |
