Prepare for hiding of logging categories in namespaces

We can and should use the new export macro for the client logging
categories, but we need to manually define the compositor logging
categories now since they are public and we cannot change their symbols.

Task-number: QTBUG-67692
Change-Id: If4eb9c390a4851945d308e2b83ef13b12816698a
Reviewed-by: David Edmundson <davidedmundson@kde.org>
This commit is contained in:
Ulf Hermann 2024-06-06 09:26:03 +02:00
parent 56e4b5fa01
commit ec951588a8

View File

@ -60,7 +60,7 @@ namespace QtWayland {
namespace QtWaylandClient {
Q_WAYLANDCLIENT_EXPORT Q_DECLARE_LOGGING_CATEGORY(lcQpaWayland);
QT_DECLARE_EXPORTED_QT_LOGGING_CATEGORY(lcQpaWayland, Q_WAYLANDCLIENT_EXPORT);
class QWaylandInputDevice;
class QWaylandBuffer;