Documentation fix
This commit is contained in:
parent
009017c8bd
commit
3f31115c3c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue