Avoid qt keywords in installed headers

Pick-to: 6.5
Change-Id: I14f3e02d2b568ae16beb07c8920df37981f3d0da
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
David Edmundson 2023-01-04 10:27:19 +00:00
parent a8261e327d
commit 8e218c11c0

View File

@ -112,7 +112,7 @@ public:
auto role = std::any_cast<T *>(&anyRole);
return role ? *role : nullptr;
}
signals:
Q_SIGNALS:
void surfaceCreated();
void surfaceDestroyed();
void xdgActivationTokenCreated(const QString &token);