[qcineoob] add current action description info
This commit is contained in:
parent
a7be6ee6f4
commit
33981a8fdb
5 changed files with 29 additions and 14 deletions
|
|
@ -61,4 +61,4 @@ class MiniPerson(QFrame):
|
|||
|
||||
person = self.backend.get_person(self.person.id)
|
||||
if person:
|
||||
self.parent.doAction(self.parent.displayPerson,[person])
|
||||
self.parent.doAction(u'Details of person "%s"'%person.name,self.parent.displayPerson,[person])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue