Gui: Tweak comment for clarity
Co-authored-by: Pieter Hijma <pieterhijma@users.noreply.github.com>
This commit is contained in:
@@ -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