mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 01:40:00 +00:00
Change the name in the list too.
This commit is contained in:
parent
184d299d0b
commit
fffafc2f5e
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