Adding tabulation for consistency
This commit is contained in:
parent
3ec3d0f2a8
commit
3b2cbce204
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ bool IsRealSemibold(const QString &familyName) {
|
||||||
QFontInfo withoutSemiboldInfo(withoutSemiboldFont);
|
QFontInfo withoutSemiboldInfo(withoutSemiboldFont);
|
||||||
|
|
||||||
if (originalFontInfo.family().trimmed().compare(familyName, Qt::CaseInsensitive) &&
|
if (originalFontInfo.family().trimmed().compare(familyName, Qt::CaseInsensitive) &&
|
||||||
!withoutSemiboldInfo.family().trimmed().compare(removedSemibold, Qt::CaseInsensitive) &&
|
!withoutSemiboldInfo.family().trimmed().compare(removedSemibold, Qt::CaseInsensitive) &&
|
||||||
!withoutSemiboldInfo.styleName().trimmed().compare("Semibold", Qt::CaseInsensitive)) {
|
!withoutSemiboldInfo.styleName().trimmed().compare("Semibold", Qt::CaseInsensitive)) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue