diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2021-09-29 10:26:03 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2021-09-29 13:50:45 +0200 |
commit | 51d148c748d8e23b69ba91d3c1b5a9057bd22548 (patch) | |
tree | 4111cb806bc30c730450b272005337930b332cb9 /vcl/qt5 | |
parent | b9cd02937b358ae035ed554a28037237a6c8434c (diff) |
qt5: Drop "5" from VCLPLUG_QT5_{IMPLEMENTATION,PUBLIC} defines
Rename those to no more include the Qt version number,
since they will be used for the upcoming qt6 VCL plugin
as well.
Change-Id: I49bf362b830e07193dca03524e0d6001d0d191a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122807
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/qt5')
-rw-r--r-- | vcl/qt5/QtInstance.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/QtInstance.cxx b/vcl/qt5/QtInstance.cxx index a41e231b454e..f641dda8e9ef 100644 --- a/vcl/qt5/QtInstance.cxx +++ b/vcl/qt5/QtInstance.cxx @@ -678,7 +678,7 @@ std::unique_ptr<QApplication> QtInstance::CreateQApplication(int& nArgc, char** } extern "C" { -VCLPLUG_QT5_PUBLIC SalInstance* create_SalInstance() +VCLPLUG_QT_PUBLIC SalInstance* create_SalInstance() { static const bool bUseCairo = (nullptr != getenv("SAL_VCL_QT5_USE_CAIRO")); |