mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 20:32:56 +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()) {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue