mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
268a213659
commit
bf3d7ad5b0
@ -35,7 +35,8 @@ class Dummy(object):
|
|||||||
|
|
||||||
class FileDialog(QObject):
|
class FileDialog(QObject):
|
||||||
|
|
||||||
def __init__(self, title=_('Choose Files'),
|
def __init__(
|
||||||
|
self, title=_('Choose Files'),
|
||||||
filters=[],
|
filters=[],
|
||||||
add_all_files_filter=True,
|
add_all_files_filter=True,
|
||||||
parent=None,
|
parent=None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user