mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:57:13 +02:00
more fixes
This commit is contained in:
parent
0ea901fd72
commit
4a0a481ac6
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ void testClipOrdering() {
|
||||||
for (auto writeFrame = writeClip->nextFrame(); writeFrame; writeFrame = writeClip->nextFrame()) {
|
for (auto writeFrame = writeClip->nextFrame(); writeFrame; writeFrame = writeClip->nextFrame()) {
|
||||||
QVERIFY(writeClip->position() >= lastFrameTimeOffset);
|
QVERIFY(writeClip->position() >= lastFrameTimeOffset);
|
||||||
}
|
}
|
||||||
|
Q_UNUSED(lastFrameTimeOffset); // FIXME - Unix build not yet upgraded to Qt 5.5.1 we can remove this once it is
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
|
|
Loading…
Reference in a new issue