[allocine] handle empty result
[qcineoob] QString -> unicode
This commit is contained in:
parent
510fc6461f
commit
ce1723df16
2 changed files with 35 additions and 7 deletions
|
|
@ -71,7 +71,7 @@ class Person(QFrame):
|
|||
|
||||
def filmography(self):
|
||||
role = None
|
||||
tosearch = self.ui.filmographyCombo.currentText()
|
||||
tosearch = unicode(self.ui.filmographyCombo.currentText())
|
||||
role_desc = ''
|
||||
if tosearch != 'all':
|
||||
role = tosearch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue