From 73cac6211b9d242c13d0227ce5e8cf4ab6894b3e Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Thu, 17 May 2018 22:15:55 +0100 Subject: [PATCH] Set @since version number for XDGOutput --- src/wayland/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/display.h b/src/wayland/display.h index 6e39e458f6..f7decb1f2b 100644 --- a/src/wayland/display.h +++ b/src/wayland/display.h @@ -263,7 +263,7 @@ public: * Creates the XdgOutputManagerInterface * * @return the created manager - * @since 5.XDGOUTPUTVERSION + * @since 5.47 */ XdgOutputManagerInterface *createXdgOutputManager(QObject *parent = nullptr);