Change the name in the list too.

This commit is contained in:
dfighter1985 2014-09-02 15:13:48 +02:00
parent 8163f41473
commit 298268b88e

View file

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