diff --git a/src/wayland/appmenu_interface.h b/src/wayland/appmenu_interface.h index 9ac57b5480..4213650057 100644 --- a/src/wayland/appmenu_interface.h +++ b/src/wayland/appmenu_interface.h @@ -39,7 +39,7 @@ class AppMenuInterface; * * This global can be used for clients to bind AppmenuInterface instances * and notifies when a new one is created - * @since 5.XX + * @since 5.42 */ class KWAYLANDSERVER_EXPORT AppMenuManagerInterface : public Global { @@ -69,7 +69,7 @@ private: * Provides the DBus service name and object path to a AppMenu DBus interface. * This interface is attached to a wl_surface and provides access to where * the AppMenu DBus interface is registered. - * @since 5.XX + * @since 5.42 */ class KWAYLANDSERVER_EXPORT AppMenuInterface : public Resource { diff --git a/src/wayland/display.h b/src/wayland/display.h index 70fd896ccf..faa8b0071b 100644 --- a/src/wayland/display.h +++ b/src/wayland/display.h @@ -243,7 +243,7 @@ public: * Creates the AppMenuManagerInterface in interface @p version. * * @returns The created manager object - * @since 5.XX + * @since 5.42 **/ AppMenuManagerInterface *createAppMenuManagerInterface(QObject *parent = nullptr);