Compile with refactor
Change-Id: I248f811a13ca00ccbf5d342a556d389bca625856 Reviewed-on: http://codereview.qt-project.org/4940 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
4840be0239
commit
eedcc340f1
@@ -650,7 +650,7 @@ void tst_QVideoFrame::mapImage()
|
||||
QVERIFY(frame.map(mode));
|
||||
|
||||
QVERIFY(frame.bits());
|
||||
QCOMPARE(frame.mappedBytes(), image.numBytes());
|
||||
QCOMPARE(frame.mappedBytes(), image.byteCount());
|
||||
QCOMPARE(frame.bytesPerLine(), image.bytesPerLine());
|
||||
QCOMPARE(frame.mapMode(), mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user