Fix themeHint typo in qcocoatheme: PasswordMaskDelay should be PasswordMaskCharacter
Task-number: QTBUG-31498 Change-Id: Ie6b1b0a2238923e37d52fa2e90782e874bb224b4 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
This commit is contained in:
parent
fdde071b06
commit
d4415cdd84
@ -281,7 +281,7 @@ QVariant QCocoaTheme::themeHint(ThemeHint hint) const
|
|||||||
sizes << 16 << 32 << 64 << 128;
|
sizes << 16 << 32 << 64 << 128;
|
||||||
return QVariant::fromValue(sizes);
|
return QVariant::fromValue(sizes);
|
||||||
}
|
}
|
||||||
case QPlatformTheme::PasswordMaskDelay:
|
case QPlatformTheme::PasswordMaskCharacter:
|
||||||
return QVariant(QChar(kBulletUnicode));
|
return QVariant(QChar(kBulletUnicode));
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user