summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay_p.h
diff options
context:
space:
mode:
authorKai Uwe Broulik <kde@privat.broulik.de>2023-12-01 19:23:00 +0100
committerKai Uwe Broulik <kde@privat.broulik.de>2023-12-18 14:34:19 +0000
commit4ce984953a4df4f6038953d3c4bf129c70b8d2cf (patch)
tree94f9f6d6a1c4d0273fe646341d1e24c9fa3da8cc /src/client/qwaylanddisplay_p.h
parent20fe11bde5530a10de916f751763c771727716f9 (diff)
Don't use Qt keywords in headers
Unfortunately for many Wayland features applications need to access Qt private headers which will fail if the project is built with QT_NO_KEYWORDS. Ideally, the examples and tests were ported, too, and QT_NO_KEYWORDS enabled in .cmakec.conf. Pick-to: 6.7 Change-Id: I9f988d304bcc8dba4dd84761c41ba3da2473515d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/client/qwaylanddisplay_p.h')
-rw-r--r--src/client/qwaylanddisplay_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/qwaylanddisplay_p.h b/src/client/qwaylanddisplay_p.h
index 74c9aede4..868811cca 100644
--- a/src/client/qwaylanddisplay_p.h
+++ b/src/client/qwaylanddisplay_p.h
@@ -249,11 +249,11 @@ public:
void initEventThread();
-public slots:
+public Q_SLOTS:
void blockingReadEvents();
void flushRequests();
-signals:
+Q_SIGNALS:
void reconnected();
void globalAdded(const RegistryGlobal &global);
void globalRemoved(const RegistryGlobal &global);