QtCreator - create only getter or only setter
Solved
Qt Creator and other tools
-
Hi and welcome to devnet,
Do you mean that for Qt's property system ?
-
@SGaist I mean something like when you click on class field you have a menu called "Refactor", and after "Create getter and setter member function", but it crates getter and setter, when i want create only getter. Yes i can delete the setter from .h and .cpp file but it takes too much time when you have to create about 200 getters. :(