Utils: Provide FilePath based wrappers for common dialogs

Change-Id: I464a7b5775495f32648905335f2d798384867900
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2021-07-16 15:24:26 +02:00
parent 09286d062f
commit 3edc5673b5
3 changed files with 104 additions and 1 deletions

View File

@@ -214,6 +214,8 @@ ICore::ICore(MainWindow *mainwindow)
emit coreAboutToClose();
QCoreApplication::exit(exitCode);
});
FileUtils::setDialogParentGetter(&ICore::dialogParent);
}
/*!