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:
parent
a8261e327d
commit
8e218c11c0
@ -112,7 +112,7 @@ public:
|
|||||||
auto role = std::any_cast<T *>(&anyRole);
|
auto role = std::any_cast<T *>(&anyRole);
|
||||||
return role ? *role : nullptr;
|
return role ? *role : nullptr;
|
||||||
}
|
}
|
||||||
signals:
|
Q_SIGNALS:
|
||||||
void surfaceCreated();
|
void surfaceCreated();
|
||||||
void surfaceDestroyed();
|
void surfaceDestroyed();
|
||||||
void xdgActivationTokenCreated(const QString &token);
|
void xdgActivationTokenCreated(const QString &token);
|
||||||
|
Loading…
Reference in New Issue
Block a user