Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Does changing name of variable effects the generation of setter and getter functions? m_speed only setter generated m_speedy everything generated From this: to this:
@Sajjad-0 Is it possible that you already have a member function named speed()? That would explain why not getter generation is suggested.
speed()
Just a guess.
Regards
No i don't have member function.
making a new project solved this problem