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:
Daiwei Li 2013-06-05 14:28:26 -07:00 committed by The Qt Project
parent fdde071b06
commit d4415cdd84

View File

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