From 15cff3e2354f51d702976e704e4202390217c8c6 Mon Sep 17 00:00:00 2001 From: Arttu Tarkiainen Date: Mon, 17 Aug 2020 18:30:10 +0300 Subject: Add support for vendor set image decoration Add possibility to show an arbitrary number of product related, or other images on PerformInstallationPage. These can be specified in the installer configuration file, using element with one child element for each file name. Task-number: QTIFW-1900 Change-Id: I2be727d9189963ef1a79046150111dd8c91153c6 Reviewed-by: Iikka Eklund Reviewed-by: Katja Marttila --- tests/auto/installer/settings/tst_settings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/auto/installer/settings/tst_settings.cpp b/tests/auto/installer/settings/tst_settings.cpp index 88ee4b338..d6bb5f136 100644 --- a/tests/auto/installer/settings/tst_settings.cpp +++ b/tests/auto/installer/settings/tst_settings.cpp @@ -90,6 +90,7 @@ void tst_Settings::loadTutorialConfig() QCOMPARE(settings.wizardDefaultWidth(), settings.wizardShowPageList() ? 800 : 0); QCOMPARE(settings.wizardDefaultHeight(), 0); QCOMPARE(settings.wizardShowPageList(), true); + QCOMPARE(settings.productImages(), QStringList()); QCOMPARE(settings.titleColor(), QString()); QCOMPARE(settings.runProgram(), QString()); QCOMPARE(settings.runProgramArguments(), QStringList()); -- cgit v1.2.3