Fix @since version tags
This commit is contained in:
parent
42432a14fc
commit
072ad10b4b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue