Change the name in the list too.

--HG--
branch : dfighter-tools
hg/feature/qt5
dfighter1985 10 years ago
parent e2cb637a13
commit afc8aef238

@ -126,6 +126,11 @@ void GeorgesDFNDialog::onValueChanged( const QString &key, const QString &value
Q_EMIT modified();
}
if( key == "name" )
{
m_ui.list->currentItem()->setText( value );
}
}
void GeorgesDFNDialog::setupConnections()

Loading…
Cancel
Save