diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2023-09-25 14:07:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-09-25 15:28:12 +0200 |
commit | 21554305046e7faeb6d64c4eea622b968db1f474 (patch) | |
tree | a5b99ec837f98524f2f9d302f59d1461b85d8617 | |
parent | 6c39caedbe08f44683f14eabae4e96c3642c4e44 (diff) |
COWASM-02 - Fix wasm build for co-23.05
"Undeclared identifier mpParent in GetParent()"
Change-Id: Ib613b2cf303b0ac50c6e899deda25d99c7e22343
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157245
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
-rw-r--r-- | cui/source/inc/QrCodeGenDialog.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/QrCodeGenDialog.hxx b/cui/source/inc/QrCodeGenDialog.hxx index e477c0b44879..02037ad4cdf6 100644 --- a/cui/source/inc/QrCodeGenDialog.hxx +++ b/cui/source/inc/QrCodeGenDialog.hxx @@ -28,7 +28,9 @@ public: const std::function<void(sal_Int32)>& rFunc); void Apply(); +#if ENABLE_ZXING weld::Widget* GetParent() { return mpParent; } +#endif private: css::uno::Reference<css::frame::XModel> m_xModel; |