forked from qt-creator/qt-creator
JsonWizard: Fix spelling of "restoreLastHistoryItem"
Change-Id: If442b51bc5dc67ab668eb77afb8f0a0ead7c7c95 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
André Hartmann
parent
3e79c7da48
commit
0c1906319d
@@ -493,7 +493,7 @@ bool LineEditField::parseData(const QVariant &data, QString *errorMessage)
|
||||
m_disabledText = JsonWizardFactory::localizedString(consumeValue(tmp, "trDisabledText").toString());
|
||||
m_placeholderText = JsonWizardFactory::localizedString(consumeValue(tmp, "trPlaceholder").toString());
|
||||
m_historyId = consumeValue(tmp, "historyId").toString();
|
||||
m_restoreLastHistoryItem = consumeValue(tmp, "restoreLastHistoyItem", false).toBool();
|
||||
m_restoreLastHistoryItem = consumeValue(tmp, "restoreLastHistoryItem", false).toBool();
|
||||
QString pattern = consumeValue(tmp, "validator").toString();
|
||||
if (!pattern.isEmpty()) {
|
||||
m_validatorRegExp = QRegularExpression(pattern);
|
||||
|
Reference in New Issue
Block a user