diff options
author | Kai Uwe Broulik <kde@privat.broulik.de> | 2021-04-19 15:12:01 +0200 |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> | 2021-05-19 13:39:09 +0200 |
commit | 1b494206cd4e4cc8226eef81760124d52f3d3da6 (patch) | |
tree | 648ed0f05de199beaf4ee26231d613926d2f6597 /src/compositor/extensions/qwaylandidleinhibitv1.cpp | |
parent | 9601c0013b9db7a8ddcf9103828fab21c0d1be22 (diff) | |
download | qtwayland-1b494206cd4e4cc8226eef81760124d52f3d3da6.tar.gz |
Docs: Add "instantiates" keywords
Document what the corresponding C++ class for any given QML item is,
like it's done in Qt Declarative.
Change-Id: I015565f88cb457f1e73dd7c2c54edff3505db395
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
(cherry picked from commit a04decb6a85ef254ec48842e7551a2920de6a714)
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/compositor/extensions/qwaylandidleinhibitv1.cpp')
-rw-r--r-- | src/compositor/extensions/qwaylandidleinhibitv1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor/extensions/qwaylandidleinhibitv1.cpp b/src/compositor/extensions/qwaylandidleinhibitv1.cpp index 86444a6a..295c4814 100644 --- a/src/compositor/extensions/qwaylandidleinhibitv1.cpp +++ b/src/compositor/extensions/qwaylandidleinhibitv1.cpp @@ -51,6 +51,7 @@ QT_BEGIN_NAMESPACE /*! \qmltype IdleInhibitManagerV1 + \instantiates QWaylandIdleInhibitManagerV1 \inqmlmodule QtWayland.Compositor \since 5.14 \brief Provides an extension that allows to inhibit the idle behavior of the compositor. |