Rename setting so it refers only to group expanded state changes.

This commit is contained in:
Florian Geyer 2012-05-30 11:21:42 +02:00
parent 5003499700
commit cf5f56af6f
4 changed files with 6 additions and 6 deletions

View file

@ -229,7 +229,7 @@ void Group::setExpanded(bool expanded)
if (m_isExpanded != expanded) {
m_isExpanded = expanded;
updateTimeinfo();
if (config()->get("ModifiedOnVisualChanges").toBool()) {
if (config()->get("ModifiedOnExpandedStateChanges").toBool()) {
Q_EMIT modified();
}
}