Fix @since version tags

This commit is contained in:
Martin Flöser 2017-12-26 20:46:38 +01:00
parent 42432a14fc
commit 072ad10b4b
2 changed files with 3 additions and 3 deletions

View file

@ -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
{

View file

@ -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);