summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandpresentationtime_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/extensions/qwaylandpresentationtime_p.h')
-rw-r--r--src/compositor/extensions/qwaylandpresentationtime_p.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/compositor/extensions/qwaylandpresentationtime_p.h b/src/compositor/extensions/qwaylandpresentationtime_p.h
index 3b6d28379..c57cd91d2 100644
--- a/src/compositor/extensions/qwaylandpresentationtime_p.h
+++ b/src/compositor/extensions/qwaylandpresentationtime_p.h
@@ -4,6 +4,17 @@
#ifndef QWAYLANDPRESENTATIONTIME_P_H
#define QWAYLANDPRESENTATIONTIME_P_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <QObject>
#include <QtWaylandCompositor/qwaylandcompositorextension.h>
#include <QtCore/private/qglobal_p.h>
@@ -29,7 +40,7 @@ public:
static const struct wl_interface *interface();
static QByteArray interfaceName();
-signals:
+Q_SIGNALS:
void presented(quint64 sequence, quint64 tv_sec, quint32 tv_nsec, quint32 refresh_nsec);
};