QtCreator 4.2 weired bug
-
wrote on 30 Dec 2016, 19:06 last edited by
Hi Qt guys (and girls),
I experienced a really weird bug with QtCreator 4.2 (Qt 5.7.1, MSVC 2015 32Bits).
BUG: When I try to generate the missing members of a Q_PROPERTY by pressing Alt+Enter, QtCreator generate the members in really bad manner.
Here a screenshot of the problem. http://imgur.com/a/8ZUjq -
Hi,
Did you modify any settings in Qt Creator ?
-
wrote on 31 Dec 2016, 12:24 last edited by
No a fresh install.
-
I tested it on macOS but couldn't reproduce that.
Did you have your cursor somewhere specific ?
-
wrote on 1 Jan 2017, 18:03 last edited by
Wherever I put the cursor in the beginning, random place or at the end, I end-up with the same result, maybe it's a win 10 related bug ??.
because when i try qtcreator on a win 7 machine it works as expected. -
wrote on 1 Jan 2017, 18:15 last edited by
I think I know what cause this bug. it's the missing public section, when I add the public section to the class everything works as expected.
Maybe this should be corrected in the next qt-creator release, I guess it should add the public section automatically and insert the correct members. -
Can you show a header file that triggers that ?
I have tested by removing the public keyword but it worked as expected and created a public section for the getter and a public slot section for the setter.
6/7