summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/QtInstanceDialog.hxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-02-14 10:54:00 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2024-02-15 08:07:42 +0100
commit6712963e231e7ab50a3d11b8a8c75e54e0c79b32 (patch)
treecf09caa87d6ffb7eb55d5b901eb751be0fb40d80 /vcl/inc/qt5/QtInstanceDialog.hxx
parent092bcd7133c30c0614056928a16baea44704735e (diff)
tdf#130857 qt weld: Implement QtInstanceDialog::{g,s}et_modal
Change-Id: I975d10ccc73c79b34da733411097a7970c8bf916 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163361 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/inc/qt5/QtInstanceDialog.hxx')
-rw-r--r--vcl/inc/qt5/QtInstanceDialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/qt5/QtInstanceDialog.hxx b/vcl/inc/qt5/QtInstanceDialog.hxx
index 04b45d57a31f..303206be7194 100644
--- a/vcl/inc/qt5/QtInstanceDialog.hxx
+++ b/vcl/inc/qt5/QtInstanceDialog.hxx
@@ -37,7 +37,7 @@ public:
virtual void add_button(const OUString&, int, const OUString& rHelpId = {}) override;
- virtual void set_modal(bool) override;
+ virtual void set_modal(bool bModal) override;
virtual bool get_modal() const override;