set application name (refs #289)
This commit is contained in:
parent
ca89c3ce5f
commit
ceea7e45ea
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ class QtScheduler(IScheduler):
|
||||||
class QtApplication(QApplication, BaseApplication):
|
class QtApplication(QApplication, BaseApplication):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
QApplication.__init__(self, sys.argv)
|
QApplication.__init__(self, sys.argv)
|
||||||
|
self.setApplicationName(self.APPNAME)
|
||||||
|
|
||||||
BaseApplication.__init__(self)
|
BaseApplication.__init__(self)
|
||||||
|
|
||||||
def create_weboob(self):
|
def create_weboob(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue