mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d7d840aa52
commit
f13ccc6d97
@ -19,7 +19,7 @@ from calibre.utils.search_query_parser import saved_searches
|
|||||||
class CreateVirtualLibrary(QDialog): # {{{
|
class CreateVirtualLibrary(QDialog): # {{{
|
||||||
|
|
||||||
def __init__(self, gui, existing_names):
|
def __init__(self, gui, existing_names):
|
||||||
QDialog.__init__(self, None, Qt.WindowSystemMenuHint | Qt.WindowTitleHint)
|
QDialog.__init__(self, gui)
|
||||||
|
|
||||||
self.gui = gui
|
self.gui = gui
|
||||||
self.existing_names = existing_names
|
self.existing_names = existing_names
|
||||||
|
Loading…
x
Reference in New Issue
Block a user