Fix qdoc warnings.
Change-Id: Ie351f33f88270186b7df0f9cd671fa4e31624231 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user