why slots template calls only instance variables slots?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

why slots template calls only instance variables slots?

Peter Uhnak
I switched to slot-based variable template (because I like it more), however I do not understand why instanceVariables have been renamed to slots, but classVariables are still classVariables.

Also wouldn't it be confusing for newcomers to see slots instead of instanceVariables? Why the need for the rename in the first place?

Peter