Commit db5708e6 authored by dogmaphobic's avatar dogmaphobic

Build fix.

parent 17f894e5
......@@ -85,6 +85,8 @@ void VideoItem::setSurface(VideoSurface *surface)
if (_data->surface) {
_data->surface.data()->_data->items.insert(this);
}
#else
Q_UNUSED(surface)
#endif
}
......
Markdown is supported
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