Browse Source

Build fix.

QGC4.4
dogmaphobic 10 years ago
parent
commit
db5708e6d2
  1. 2
      src/VideoStreaming/VideoItem.cc

2
src/VideoStreaming/VideoItem.cc

@ -85,6 +85,8 @@ void VideoItem::setSurface(VideoSurface *surface) @@ -85,6 +85,8 @@ void VideoItem::setSurface(VideoSurface *surface)
if (_data->surface) {
_data->surface.data()->_data->items.insert(this);
}
#else
Q_UNUSED(surface)
#endif
}

Loading…
Cancel
Save