From 986060cbcfd51c332c5832219147c3aff8f2141d Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 23 Oct 2013 16:05:04 +0200 Subject: Doc: language review datavisualization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-33360 Change-Id: I67eaab3914effa2a7a5be1b72c6d2c59cb2402f6 Reviewed-by: Tomi Korpipää Reviewed-by: Miikka Heikkinen --- tests/kinectsurface/QtKinectWrapper/QKinectWrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/kinectsurface') diff --git a/tests/kinectsurface/QtKinectWrapper/QKinectWrapper.cpp b/tests/kinectsurface/QtKinectWrapper/QKinectWrapper.cpp index 3ebe930d..5de4a8a6 100644 --- a/tests/kinectsurface/QtKinectWrapper/QKinectWrapper.cpp +++ b/tests/kinectsurface/QtKinectWrapper/QKinectWrapper.cpp @@ -86,7 +86,7 @@ QImage QKinectWrapper::getDepth() /** \brief Returns if running - Runing comprises initializing and reading data (i.e. not running is idle or error) + Runing comprises initializing and reading data (not running is idle or error) We query the thread state to get this. **/ bool QKinectWrapper::isRunning() @@ -99,7 +99,7 @@ bool QKinectWrapper::isRunning() /** \brief Returns if stopped - Runing comprises initializing and reading data (i.e. not running is idle or error) + Runing comprises initializing and reading data (not running is idle or error) We query the thread state to get this. **/ bool QKinectWrapper::isStopped() -- cgit v1.2.3