diff options
author | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2017-11-22 14:02:42 +0100 |
---|---|---|
committer | Johan Helsing <johan.helsing@qt.io> | 2017-11-23 10:01:10 +0000 |
commit | a02a48fc50203350c631dcb2032737a22a19b81b (patch) | |
tree | 41646121a93dcaf0bc8fcd298d203aa849aae982 /src/compositor/extensions/qwaylandwlshell.cpp | |
parent | 806dc04fdb7eec148fefe28670774e9a827688bb (diff) | |
download | qtwayland-a02a48fc50203350c631dcb2032737a22a19b81b.tar.gz |
Fix various documentation errors for QML methods and signals
Change-Id: I9461fae92ec3d41e4f9e866a6a4fa7554a309ecd
Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
Diffstat (limited to 'src/compositor/extensions/qwaylandwlshell.cpp')
-rw-r--r-- | src/compositor/extensions/qwaylandwlshell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compositor/extensions/qwaylandwlshell.cpp b/src/compositor/extensions/qwaylandwlshell.cpp index 96dbd3dc..36c579e9 100644 --- a/src/compositor/extensions/qwaylandwlshell.cpp +++ b/src/compositor/extensions/qwaylandwlshell.cpp @@ -475,9 +475,9 @@ QWaylandWlShellSurface::~QWaylandWlShellSurface() } /*! - * \qmlmethod void QtWaylandCompositor::WlShellSurface::initialize(object shell, object surface, object client, int id) + * \qmlmethod void QtWaylandCompositor::WlShellSurface::initialize(WlShell shell, WaylandSurface surface, WaylandResource resource) * - * Initializes the WlShellSurface with \a id and associates it with the given \a shell, \a surface, and \a client. + * Initializes the WlShellSurface and associates it with the given \a shell, \a surface, and \a resource. */ /*! |