Commit db5708e6 authored by dogmaphobic's avatar dogmaphobic
Browse files

Build fix.

parent 17f894e5
...@@ -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
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment