Remove SkipMode parameter from QSKIP.
The SkipMode parameter has been removed from the API in qtbase, so it must be in all calls to QSKIP. Task-number: QTBUG-21851, QTBUG-21652 Change-Id: Ib6225572a46eac7881222fdce192750b8b13ee3b Reviewed-by: Steve Schilz <sschilz@pasco.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
23af917dc5
commit
34cdc41a93
@@ -640,7 +640,7 @@ void tst_QGraphicsVideoItem::paint()
|
||||
QPainterVideoSurface *surface = qobject_cast<QPainterVideoSurface *>(
|
||||
object.testService->rendererControl->surface());
|
||||
if (!surface)
|
||||
QSKIP("QGraphicsVideoItem is not QPainterVideoSurface based", SkipAll);
|
||||
QSKIP("QGraphicsVideoItem is not QPainterVideoSurface based");
|
||||
|
||||
QVideoSurfaceFormat format(QSize(2, 2), QVideoFrame::Format_RGB32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user