diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-08-06 17:54:45 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-08-07 07:11:55 +0200 |
commit | fcb6b33eafdc756d2c821a58c0e8cdc1f4cc352c (patch) | |
tree | 6949d881dfbf691e63c31956b974e33a7c78d151 /vcl/inc/qt5 | |
parent | a8d894be5d6f39b9dde6f144858f58bb1081eb12 (diff) |
tdf#130857 qt weld: Implement focus-related methods
Change-Id: I064ff205ceb9d008667cf3a3a6e73047ea5ca3e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171556
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/inc/qt5')
-rw-r--r-- | vcl/inc/qt5/QtInstanceWidget.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/qt5/QtInstanceWidget.hxx b/vcl/inc/qt5/QtInstanceWidget.hxx index ed0a41ac1c0b..733e3efeffab 100644 --- a/vcl/inc/qt5/QtInstanceWidget.hxx +++ b/vcl/inc/qt5/QtInstanceWidget.hxx @@ -36,7 +36,7 @@ public: virtual bool is_visible() const override; - virtual void set_can_focus(bool) override; + virtual void set_can_focus(bool bCanFocus) override; virtual void grab_focus() override; |