The old behavior without the validation made possible to make refactoring tricks, like move variable into a struct, or replace public member usage with a get method. For example:
name -> myStruct.name name -> getName() Let's add an option to disable name validation --- Volodymyr Zibarov -- Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator