Implement search
This commit is contained in:
@@ -14,7 +14,7 @@ class ContactModel(QObject):
|
||||
super().__init__()
|
||||
# print(f"*** File: {__file__}, __init__()")
|
||||
#self.logger = logging.getLogger()
|
||||
self.__conf = ConfigLoader().getConfig()
|
||||
self.__conf = ConfigLoader().get_config()
|
||||
self.__key = self.__conf['pyqcrm']['ENCRYPTION_KEY']
|
||||
self.__contact_dao = ContactDAO()
|
||||
self.__contact_dao.newObjectContactAdded.connect(self.objectContactAdded)
|
||||
|
||||
Reference in New Issue
Block a user