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/inc/qt5/QtFrame.hxx | |
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/inc/qt5/QtFrame.hxx')
-rw-r--r-- | vcl/inc/qt5/QtFrame.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/qt5/QtFrame.hxx b/vcl/inc/qt5/QtFrame.hxx index c584c1d750f9..d2265229e267 100644 --- a/vcl/inc/qt5/QtFrame.hxx +++ b/vcl/inc/qt5/QtFrame.hxx @@ -64,7 +64,7 @@ class QPaintDevice; class QScreen; class QWidget; -class VCLPLUG_QT5_PUBLIC QtFrame : public QObject, public SalFrame +class VCLPLUG_QT_PUBLIC QtFrame : public QObject, public SalFrame { Q_OBJECT |