summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/QtFrame.hxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-11-17 13:26:09 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2021-11-17 16:51:42 +0100
commitf3bd9ef889d1834f7b1feb49197a58e679826c00 (patch)
tree35f31ea59089b473212770f7c42c73b9f0d9a53a /vcl/inc/qt5/QtFrame.hxx
parent76611452da46aec18ba14954671beee4f6dacf49 (diff)
Qt resolve native winId() on demand
As for gtk3 in commit ac9789dbb36f45dcc1caf7dd2951353b1574c8ea ("tdf#139609 avoid fetching unnecessary xid under gtk3"). Change-Id: I82b2c22437e5ab957706c25fcc118b28abb07242 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125395 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'vcl/inc/qt5/QtFrame.hxx')
-rw-r--r--vcl/inc/qt5/QtFrame.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/qt5/QtFrame.hxx b/vcl/inc/qt5/QtFrame.hxx
index 965ecbaba0e1..c3c9cdb9f309 100644
--- a/vcl/inc/qt5/QtFrame.hxx
+++ b/vcl/inc/qt5/QtFrame.hxx
@@ -210,6 +210,7 @@ public:
virtual void SetScreenNumber(unsigned int) override;
virtual void SetApplicationID(const OUString&) override;
+ virtual void ResolveWindowHandle(SystemEnvData& rData) const override;
inline bool CallCallback(SalEvent nEvent, const void* pEvent) const;