Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Thiago Santini
uvcengine
Commits
0bc27dfc
Commit
0bc27dfc
authored
Feb 23, 2017
by
Thiago Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes status update after loading
parent
f42c6c54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
uvcengine/uvccameracontrol.cpp
uvcengine/uvccameracontrol.cpp
+1
-1
No files found.
uvcengine/uvccameracontrol.cpp
View file @
0bc27dfc
...
@@ -32,7 +32,7 @@ void UVCCameraControl::setState(QCamera::State state)
...
@@ -32,7 +32,7 @@ void UVCCameraControl::setState(QCamera::State state)
break
;
break
;
case
QCamera
::
LoadedState
:
case
QCamera
::
LoadedState
:
if
(
m_state
==
QCamera
::
UnloadedState
&&
!
m_session
->
load
())
if
(
m_state
==
QCamera
::
UnloadedState
&&
!
(
succeeded
=
m_session
->
load
())
)
return
;
return
;
break
;
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment