diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-04 10:10:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-05 10:20:29 +0100 |
commit | 54435d56051e19a408a1fcce16a3e4add185c018 (patch) | |
tree | 9112ee3aac02c8467dfc36a9302a232383f9b491 /vcl/inc/qt5 | |
parent | d7f64593db4afdf2a7e77ca9147f6495e69912fd (diff) |
use more DECL_DLLPRIVATE_LINK
to avoid unnecessarily exporting symbols
Change-Id: I6855894d0166c300ced169e36861f38811baa48d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124730
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/qt5')
-rw-r--r-- | vcl/inc/qt5/QtInstance.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/qt5/QtInstance.hxx b/vcl/inc/qt5/QtInstance.hxx index 6891b32f2f3c..009b9ae8c312 100644 --- a/vcl/inc/qt5/QtInstance.hxx +++ b/vcl/inc/qt5/QtInstance.hxx @@ -67,7 +67,7 @@ class VCLPLUG_QT_PUBLIC QtInstance : public QObject, Timer m_aUpdateStyleTimer; bool m_bUpdateFonts; - DECL_LINK(updateStyleHdl, Timer*, void); + DECL_DLLPRIVATE_LINK(updateStyleHdl, Timer*, void); void AfterAppInit() override; private Q_SLOTS: |