Fix qdoc warnings.

Change-Id: Ie351f33f88270186b7df0f9cd671fa4e31624231
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
Yoann Lopes
2015-08-10 16:49:03 +02:00
parent b8553dae1d
commit 6df6cacbb0
8 changed files with 71 additions and 27 deletions

View File

@@ -135,6 +135,18 @@ QCameraViewfinderSettings &QCameraViewfinderSettings::operator=(const QCameraVie
return *this;
}
/*! \fn QCameraViewfinderSettings &QCameraViewfinderSettings::operator=(QCameraViewfinderSettings &&other)
Moves \a other to this viewfinder settings object and returns a reference to this object.
*/
/*!
\fn void QCameraViewfinderSettings::swap(QCameraViewfinderSettings &other)
Swaps this viewfinder settings object with \a other. This
function is very fast and never fails.
*/
/*!
\relates QCameraViewfinderSettings
\since 5.5