Correct version of newly added PlasmaVirtualDesktop interface

Reviewers: #kwin, zzag

Reviewed By: #kwin, zzag

Subscribers: zzag, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D16701
This commit is contained in:
David Edmundson 2018-11-07 16:23:48 +00:00
parent 5b4a9eeef3
commit 800b0bece7
3 changed files with 5 additions and 5 deletions

View file

@ -273,7 +273,7 @@ public:
* Creates the PlasmaVirtualDesktopManagementInterface in interface @p version.
*
* @returns The created manager object
* @since 5.46
* @since 5.52
**/
PlasmaVirtualDesktopManagementInterface *createPlasmaVirtualDesktopManagement(QObject *parent = nullptr);

View file

@ -37,7 +37,7 @@ class PlasmaVirtualDesktopInterface;
* @short Wrapper for the org_kde_plasma_virtual_desktop_management interface.
*
* This class provides a convenient wrapper for the org_kde_plasma_virtual_desktop_management interface.
* @since 5.46
* @since 5.52
*/
class KWAYLANDSERVER_EXPORT PlasmaVirtualDesktopManagementInterface : public Global
{

View file

@ -282,7 +282,7 @@ Q_SIGNALS:
/**
* Emitted when the client wishes this window to enter in a new virtual desktop.
* The server will decide whether to consent this request
* @since 5.48
* @since 5.52
*/
void enterPlasmaVirtualDesktopRequested(const QString &desktop);
@ -290,14 +290,14 @@ Q_SIGNALS:
* Emitted when the client wishes this window to enter in
* a new virtual desktop to be created for it.
* The server will decide whether to consent this request
* @since 5.48
* @since 5.52
*/
void enterNewPlasmaVirtualDesktopRequested();
/**
* Emitted when the client wishes to remove this window from a virtual desktop.
* The server will decide whether to consent this request
* @since 5.48
* @since 5.52
*/
void leavePlasmaVirtualDesktopRequested(const QString &desktop);