[qcineoob] movie releases and person biography integrated
This commit is contained in:
parent
1c7e7b9dec
commit
1432ce1ce0
7 changed files with 100 additions and 21 deletions
|
|
@ -69,4 +69,4 @@ class MiniPerson(QFrame):
|
|||
QApplication.setOverrideCursor( Qt.WaitCursor )
|
||||
person = self.backend.get_person(self.person.id)
|
||||
if person:
|
||||
self.parent.doAction(u'Details of person "%s"'%person.name,self.parent.displayPerson,[person])
|
||||
self.parent.doAction(u'Details of person "%s"'%person.name,self.parent.displayPerson,[person,self.backend])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue