tst_qfont: Fix small typo
Change-Id: I7e007202b0cc80a1808831ebcf46ae7ec0866828 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>bb10
parent
9de2853a94
commit
f5f00e69a0
|
|
@ -646,7 +646,7 @@ QString getPlatformGenericFont(const char* genericName)
|
|||
|
||||
static inline QByteArray msgNotAcceptableFont(const QString &defaultFamily, const QStringList &acceptableFamilies)
|
||||
{
|
||||
QString res = QString::fromLatin1("Font family '%1' is not one of the following accaptable results: ").arg(defaultFamily);
|
||||
QString res = QString::fromLatin1("Font family '%1' is not one of the following acceptable results: ").arg(defaultFamily);
|
||||
Q_FOREACH (const QString &family, acceptableFamilies)
|
||||
res += QString::fromLatin1("\n %1").arg(family);
|
||||
return res.toLocal8Bit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue