aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols/gifs/gifrecorder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quickcontrols/gifs/gifrecorder.cpp')
-rw-r--r--tests/manual/quickcontrols/gifs/gifrecorder.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/quickcontrols/gifs/gifrecorder.cpp b/tests/manual/quickcontrols/gifs/gifrecorder.cpp
index 77f965c2da..902341f11d 100644
--- a/tests/manual/quickcontrols/gifs/gifrecorder.cpp
+++ b/tests/manual/quickcontrols/gifs/gifrecorder.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "gifrecorder.h"
@@ -14,7 +14,7 @@
\note The following programs must be installed if \c setHighQuality(true)
is called:
- \li \e ffmpeg (sudo apt-get install ffmpeg)
+ \li \e FFmpeg (sudo apt-get install ffmpeg)
\li \e convert (sudo apt-get install imagemagick)
\li \e gifsicle (sudo apt-get install gifsicle)
@@ -228,7 +228,7 @@ void GifRecorder::waitForFinish()
QSignalSpy spy(mWindow, SIGNAL(frameSwapped()));
QVERIFY(spy.wait());
- // Start ffmpeg and send its output to imagemagick's convert command.
+ // Start FFmpeg and send its output to imagemagick's convert command.
// Based on the example in the documentation for QProcess::setStandardOutputProcess().
QProcess ffmpegProcess;
QProcess convertProcess;