diff --git a/autotests/scalabletest.cpp b/autotests/scalabletest.cpp index 011b05c0..e56a606d 100644 --- a/autotests/scalabletest.cpp +++ b/autotests/scalabletest.cpp @@ -235,6 +235,7 @@ private Q_SLOTS: if (notScalableIcons.empty()) { return; } + notScalableIcons.removeDuplicates(); QFAIL(QString("The following icons are not available in a scalable directory:\n %1") .arg(notScalableIcons.join("\n ")) .toLatin1());