summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-03-20 12:52:48 +0100
committerNico Vertriest <nico.vertriest@qt.io>2017-03-21 09:27:23 +0000
commitf2a10a1181457ba23cb695a1d44f32f32e5a56d7 (patch)
tree04659befe2114d0e1ab92e4e5d3add56cfd13ef1 /src/input
parent1054f1c641048141e49caa7a38dfa10968e5a686 (diff)
Doc: added parameter specifications
qpaintedtextureimage.cpp: - undocumented parameter 'h' in Qt3DRender::QPaintedTextureImage::setHeight() - undocumented parameter 'size' in Qt3DRender::QPaintedTextureImage::setSize() - undocumented parameter 'w' in Qt3DRender::QPaintedTextureImage::setWidth() qskyboxentity.cpp:298: warning: Undocumented return value qaxisaccumulator.cpp:250: warning: Undocumented parameter 'sourceAxisType' in Qt3DInput::QAxisAccumulator::setSourceAxisType() Change-Id: I609ce4472c2468557bb2cb0042e9fc4923514b92 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/input')
-rw-r--r--src/input/frontend/qaxisaccumulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/frontend/qaxisaccumulator.cpp b/src/input/frontend/qaxisaccumulator.cpp
index ec7e8048d..257d43c1d 100644
--- a/src/input/frontend/qaxisaccumulator.cpp
+++ b/src/input/frontend/qaxisaccumulator.cpp
@@ -248,7 +248,7 @@ void QAxisAccumulator::setSourceAxis(QAxis *sourceAxis)
}
/*!
- Sets how the accumulator treats the values originating from the source axis.
+ Sets how the accumulator treats the values originating from the \a sourceAxisType.
*/
void QAxisAccumulator::setSourceAxisType(QAxisAccumulator::SourceAxisType sourceAxisType)
{