refactor kontor-schema by moving classes to seprate modules
This commit is contained in:
committed by
Thomas Peetz
parent
71ecfaff1f
commit
7dc18b10cb
@@ -181,7 +181,7 @@ class MainWindow(QMainWindow):
|
||||
import_dlg = ImportKontorDialog(self)
|
||||
if import_dlg.exec():
|
||||
print(f"import DB from file {import_dlg.file_name}")
|
||||
self.kontor_db.import_db(import_dlg.file_name, False)
|
||||
self.kontor_db.import_db(import_dlg.file_name)
|
||||
else:
|
||||
print("do nothing for import")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user