diff --git a/src/wayland/server/xdgoutput_interface.h b/src/wayland/server/xdgoutput_interface.h index 237bb00fa2..2d23788e1b 100644 --- a/src/wayland/server/xdgoutput_interface.h +++ b/src/wayland/server/xdgoutput_interface.h @@ -44,7 +44,7 @@ class XdgOutputInterface; /** * Global manager for XdgOutputs - * @since 5.XDGOUTPUT + * @since 5.47 */ class KWAYLANDSERVER_EXPORT XdgOutputManagerInterface : public Global { @@ -70,7 +70,7 @@ private: * Extension to Output * Users should set all relevant values on creation and on future changes. * done() should be explicitly called after change batches including initial setting. - * @since 5.XDGOUTPUT + * @since 5.47 */ class KWAYLANDSERVER_EXPORT XdgOutputInterface : public QObject {