aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-08-23 10:02:33 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-23 14:53:24 +0000
commitcf460a005bb4b510aaee97aed626630980691666 (patch)
tree7bd349b61dc98964d9dd1cac3c1093da3c9f92a6 /tests
parentf43f7096e8b2f6d9a76617a1901ba5019340ec6e (diff)
Fix copy-paste error in tst_qquickimaginestyle
Change-Id: Ie14adbbcfed146c4a2904b303148e855379cfd26 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 34d3c5a8aae1634e89ab2b2525de0f3dbe42549f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quickcontrols2/qquickimaginestyle/tst_qquickimaginestyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quickcontrols2/qquickimaginestyle/tst_qquickimaginestyle.cpp b/tests/auto/quickcontrols2/qquickimaginestyle/tst_qquickimaginestyle.cpp
index cd08923abe..952428ef04 100644
--- a/tests/auto/quickcontrols2/qquickimaginestyle/tst_qquickimaginestyle.cpp
+++ b/tests/auto/quickcontrols2/qquickimaginestyle/tst_qquickimaginestyle.cpp
@@ -35,4 +35,4 @@
****************************************************************************/
#include <QtQuickTest/quicktest.h>
-QUICK_TEST_MAIN(tst_qquickmaterialstyle)
+QUICK_TEST_MAIN(tst_qquickimaginestyle)