Use generated dbus interface rather than editing it every time
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user