aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/gifs/tst_gifs.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-30 17:47:36 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-01 09:03:42 +0000
commit3f2ac678971694fe6144a4e15197aff2ca38639b (patch)
tree06440cbf63932fb008f3aab29835b07d0310bada /tests/manual/gifs/tst_gifs.cpp
parentb948c83255239a6fe49fca58a98f90e796ce9047 (diff)
Rename QtQuick.Controls 2.0 to Qt.labs.controls 1.0
Change-Id: I142622dd85e95ef70b11132e77ccf48701f2cabc Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/manual/gifs/tst_gifs.cpp')
-rw-r--r--tests/manual/gifs/tst_gifs.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/manual/gifs/tst_gifs.cpp b/tests/manual/gifs/tst_gifs.cpp
index a74fa894..df636cd2 100644
--- a/tests/manual/gifs/tst_gifs.cpp
+++ b/tests/manual/gifs/tst_gifs.cpp
@@ -81,7 +81,7 @@ void tst_Gifs::tumblerWrap()
gifRecorder.setDataDirPath(dataDirPath);
gifRecorder.setOutputDir(outputDir);
gifRecorder.setRecordingDuration(4);
- gifRecorder.setQmlFileName("qtquickcontrols2-tumbler-wrap.qml");
+ gifRecorder.setQmlFileName("qtlabscontrols-tumbler-wrap.qml");
gifRecorder.setView(&view);
view.show();
@@ -154,7 +154,7 @@ void tst_Gifs::slider()
gifRecorder.setOutputDir(outputDir);
gifRecorder.setRecordingDuration(4);
gifRecorder.setHighQuality(true);
- gifRecorder.setQmlFileName("qtquickcontrols2-slider.qml");
+ gifRecorder.setQmlFileName("qtlabscontrols-slider.qml");
gifRecorder.setView(&view);
view.show();
@@ -273,7 +273,7 @@ void tst_Gifs::busyIndicator()
gifRecorder.setOutputDir(outputDir);
gifRecorder.setRecordingDuration(3);
gifRecorder.setHighQuality(true);
- gifRecorder.setQmlFileName("qtquickcontrols2-busyindicator.qml");
+ gifRecorder.setQmlFileName("qtlabscontrols-busyindicator.qml");
gifRecorder.setView(&view);
view.show();
@@ -302,7 +302,7 @@ void tst_Gifs::switchGif()
gifRecorder.setDataDirPath(dataDirPath);
gifRecorder.setOutputDir(outputDir);
gifRecorder.setRecordingDuration(3);
- gifRecorder.setQmlFileName("qtquickcontrols2-switch.qml");
+ gifRecorder.setQmlFileName("qtlabscontrols-switch.qml");
gifRecorder.setHighQuality(true);
gifRecorder.setView(&view);
@@ -322,7 +322,7 @@ void tst_Gifs::button()
gifRecorder.setDataDirPath(dataDirPath);
gifRecorder.setOutputDir(outputDir);
gifRecorder.setRecordingDuration(3);
- gifRecorder.setQmlFileName("qtquickcontrols2-button.qml");
+ gifRecorder.setQmlFileName("qtlabscontrols-button.qml");
gifRecorder.setHighQuality(true);
gifRecorder.setView(&view);
@@ -338,7 +338,7 @@ void tst_Gifs::button()
void tst_Gifs::tabBar()
{
- const QString qmlFileName = QStringLiteral("qtquickcontrols2-tabbar.qml");
+ const QString qmlFileName = QStringLiteral("qtlabscontrols-tabbar.qml");
GifRecorder gifRecorder;
gifRecorder.setDataDirPath(dataDirPath);