Merge branch 'master' of git://anongit.kde.org/breeze-icons

This commit is contained in:
andreas kainz 2017-02-02 21:56:18 +01:00
commit 2ba65bf638

View File

@ -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());