summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandview.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-06-23 13:49:42 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2016-08-10 10:11:25 +0000
commit3c4b3e3b969080a83ead1332ab80acc1e1c924e5 (patch)
tree5b084971b8c824c1a802f588cc6c2a0ff7224ce5 /src/compositor/compositor_api/qwaylandview.cpp
parent19cdda76e8e1803c3c36252088e2f8d756e7cbea (diff)
Doc: minor link issues in qtwayland
Change-Id: I0dd4d0262818ee622f9572506d4025e586f5674b Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/compositor/compositor_api/qwaylandview.cpp')
-rw-r--r--src/compositor/compositor_api/qwaylandview.cpp22
1 files changed, 13 insertions, 9 deletions
diff --git a/src/compositor/compositor_api/qwaylandview.cpp b/src/compositor/compositor_api/qwaylandview.cpp
index 73cb49bea..6c1ce248f 100644
--- a/src/compositor/compositor_api/qwaylandview.cpp
+++ b/src/compositor/compositor_api/qwaylandview.cpp
@@ -104,20 +104,19 @@ QWaylandView::~QWaylandView()
}
/*!
- \internal Didn't we decide to remove this property?
+* \internal
+* Didn't we decide to remove this property?
*/
QObject *QWaylandView::renderObject() const
{
Q_D(const QWaylandView);
return d->renderObject;
}
-
/*!
- * \qmlproperty object QtWaylandCompositor::WaylandView::surface
- *
- * This property holds the surface viewed by this WaylandView.
- */
-
+* \qmlproperty object QtWaylandCompositor::WaylandView::surface
+*
+* This property holds the surface viewed by this WaylandView.
+*/
/*!
* \property QWaylandView::surface
*
@@ -312,9 +311,14 @@ void QWaylandView::setBufferLock(bool locked)
d->bufferLock = locked;
emit bufferLockChanged();
}
-
/*!
- * \property bool QWaylandView::discardFrontBuffers
+ * \qmlproperty bool QtWaylandCompositor::WaylandView::discardFrontBuffers
+ *
+ * By default, the view locks the current buffer until advance() is called. Set this property
+ * to true to allow Qt to release the buffer when the throttling view is no longer using it.
+ */
+/*!
+ * \property QWaylandView::discardFrontBuffers
*
* By default, the view locks the current buffer until advance() is called. Set this property
* to true to allow Qt to release the buffer when the throttling view is no longer using it.