forked from qt-creator/qt-creator
Projectexplorer: Modernize codebase
Change-Id: I4793b58aa77bcd46af99f8b843c0f7439cdc9269 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Vikas Pachdha <vikas.pachdha@theqtcompany.com>
This commit is contained in:
@@ -662,8 +662,7 @@ void PathChooserField::initializeData(MacroExpander *expander)
|
||||
|
||||
CheckBoxField::CheckBoxField() :
|
||||
m_checkedValue(QLatin1String("0")),
|
||||
m_uncheckedValue(QLatin1String("1")),
|
||||
m_isModified(false)
|
||||
m_uncheckedValue(QLatin1String("1"))
|
||||
{ }
|
||||
|
||||
bool CheckBoxField::parseData(const QVariant &data, QString *errorMessage)
|
||||
@@ -732,9 +731,6 @@ void CheckBoxField::initializeData(MacroExpander *expander)
|
||||
// ComboBoxFieldData:
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
ComboBoxField::ComboBoxField() : m_index(-1), m_disabledIndex(-1), m_savedIndex(-1)
|
||||
{ }
|
||||
|
||||
struct ComboBoxItem {
|
||||
ComboBoxItem(const QString &k = QString(), const QString &v = QString(), const QVariant &c = true) :
|
||||
key(k), value(v), condition(c)
|
||||
|
||||
Reference in New Issue
Block a user