1
0

qt: implement completer for PayToEdit

This commit is contained in:
Sander van Grieken
2025-05-20 15:28:55 +02:00
parent 8396a22286
commit b0c6674319
2 changed files with 37 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ class Contacts(dict, Logger):
def save(self):
self.db.put('contacts', dict(self))
trigger_callback('contacts_updated')
def import_file(self, path):
data = read_json_file(path)