summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Edmundson <[email protected]>2023-01-04 10:27:19 +0000
committerDavid Edmundson <[email protected]>2023-01-09 09:24:31 +0000
commit8e218c11c0dd3ab6baa66c151620a00fde24d898 (patch)
treead1d80d28aa150603a8346cc08fca7f2ec05a7f4
parenta8261e327d6316d944cfcc312a1b2e71bd4e5d27 (diff)
Avoid qt keywords in installed headers
Pick-to: 6.5 Change-Id: I14f3e02d2b568ae16beb07c8920df37981f3d0da Reviewed-by: Tor Arne Vestbø <[email protected]>
-rw-r--r--src/gui/kernel/qplatformwindow_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformwindow_p.h b/src/gui/kernel/qplatformwindow_p.h
index 7a57c888e25..65b8b4a2c53 100644
--- a/src/gui/kernel/qplatformwindow_p.h
+++ b/src/gui/kernel/qplatformwindow_p.h
@@ -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);