summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-10-29 21:53:43 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2024-10-30 09:09:39 +0100
commitd47bfc293a151da16231c7643b038d75d1d4675f (patch)
treed9dc680de83982ac54c615dee59510554cd8d2df
parent775156dcea529a9adff714f0f55df825488e2f4e (diff)
tdf#130857 qt weld: Declare support for "Enter Safe Mode" dialog
Add .ui file for the "Help" -> "Restart In Safe Mode" dialog that asks whether to really restart in safe mode to list of files supported by QtInstanceBuilder, so that native Qt widgets are used for that dialog now when using the qt5/qt6 VCL plugins, unless environment variable SAL_VCL_QT_NO_WELDED_WIDGETS=1 is set. Change-Id: Idec1c2dedd057aa2322453471c55022442941f7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175807 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r--vcl/qt5/QtInstanceBuilder.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 891adaae9c14..5831683f11a4 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -55,6 +55,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile)
u"modules/swriter/ui/wordcount.ui"_ustr,
u"sfx/ui/licensedialog.ui"_ustr,
u"sfx/ui/querysavedialog.ui"_ustr,
+ u"sfx/ui/safemodequerydialog.ui"_ustr,
u"svt/ui/printersetupdialog.ui"_ustr,
u"svt/ui/restartdialog.ui"_ustr,
u"writerperfect/ui/exportepub.ui"_ustr,