Private
Public Access
1
0

Use generated dbus interface rather than editing it every time

This commit is contained in:
2025-04-30 14:53:17 -07:00
parent 907a69385d
commit 56fba9b72c
6 changed files with 141 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ public class ConversationListModel : Object, ListModel
}
private SortedSet<Conversation> _conversations;
private RepositoryService repository;
private DBusService.Repository repository;
private uint dbus_watch_id;
public ConversationListModel() {