Change the name in the list too.
--HG-- branch : dfighter-tools
This commit is contained in:
parent
e2cb637a13
commit
afc8aef238
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue