Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
db5708e6
Commit
db5708e6
authored
Jul 06, 2015
by
dogmaphobic
Browse files
Build fix.
parent
17f894e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VideoStreaming/VideoItem.cc
View file @
db5708e6
...
@@ -85,6 +85,8 @@ void VideoItem::setSurface(VideoSurface *surface)
...
@@ -85,6 +85,8 @@ void VideoItem::setSurface(VideoSurface *surface)
if
(
_data
->
surface
)
{
if
(
_data
->
surface
)
{
_data
->
surface
.
data
()
->
_data
->
items
.
insert
(
this
);
_data
->
surface
.
data
()
->
_data
->
items
.
insert
(
this
);
}
}
#else
Q_UNUSED
(
surface
)
#endif
#endif
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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