Skip to content
  • Thomas Hartmann's avatar
    QmlDesigner: crash fix · d9ec96ab
    Thomas Hartmann authored
    
    
    prefixNames containing white spaces did crash.
    This was lost during refactoring.
    Instead of calling toLower one the string
    we call toLower only on the first char.
    This creates camel case ids.
    
    Change-Id: I1093d12258e87d4f56ceef67a553d844afdfd376
    Reviewed-by: default avatarMarco Bubke <marco.bubke@digia.com>
    d9ec96ab