Objekte anlegen
This commit is contained in:
@@ -25,7 +25,7 @@ class ObjectModel(QAbstractTableModel):
|
||||
#self.__getData()
|
||||
|
||||
@Slot(dict, list, bool)
|
||||
def addObject(self, new_object, new_objcontact):
|
||||
def addObject(self, new_object, new_objcontact = None, new_contact = False):
|
||||
print(new_object)
|
||||
|
||||
print(new_objcontact)
|
||||
|
||||
Reference in New Issue
Block a user