Formatting the code.
This commit is contained in:
@@ -54,7 +54,7 @@ void CustomData::set(const QString& key, const QString& value)
|
||||
|
||||
if (addAttribute) {
|
||||
emit aboutToBeAdded(key);
|
||||
}
|
||||
}
|
||||
|
||||
if (addAttribute || changeValue) {
|
||||
m_data.insert(key, value);
|
||||
|
||||
Reference in New Issue
Block a user