Gui: Tweak comment for clarity
Co-authored-by: Pieter Hijma <[email protected]>
This commit is contained in:
co-authored by
Pieter Hijma
parent
15dd009f13
commit
60ebafd0b3
@@ -574,7 +574,7 @@ void PropertyItem::setPropertyName(const QString& name, const QString& realName)
|
||||
setObjectName(propName);
|
||||
|
||||
QString display;
|
||||
// Prevent camel case splitting on numbers in Property Editor
|
||||
// Camel case splitting
|
||||
for (auto&& i : name) {
|
||||
if (i.isUpper() && !display.isEmpty()) {
|
||||
QChar last = display.at(display.length() - 1);
|
||||
|
||||
Reference in New Issue
Block a user