Skip to content
Snippets Groups Projects
Commit 35b01b22 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix build


Change-Id: I8dc195a01477bef14b2ad1129e872c0c4c365072
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent c56d6587
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,7 @@ void LinuxDeviceConfigurations::setConfigurationName(int i, const QString &name) ...@@ -208,7 +208,7 @@ void LinuxDeviceConfigurations::setConfigurationName(int i, const QString &name)
QTC_ASSERT(this != LinuxDeviceConfigurationsPrivate::instance, return); QTC_ASSERT(this != LinuxDeviceConfigurationsPrivate::instance, return);
Q_ASSERT(i >= 0 && i < rowCount()); Q_ASSERT(i >= 0 && i < rowCount());
d->devConfigs.at(i)->setName(name); d->devConfigs.at(i)->setDisplayName(name);
const QModelIndex changedIndex = index(i, 0); const QModelIndex changedIndex = index(i, 0);
emit dataChanged(changedIndex, changedIndex); emit dataChanged(changedIndex, changedIndex);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment