Documentation fix

This commit is contained in:
David Edmundson 2018-06-12 12:42:51 +01:00
parent 009017c8bd
commit 3f31115c3c

View file

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