Hello you all!
I read about Singletton Pattern in this post:
http://www.qtcentre.org/threads/5326...obal-variables
But if I'd like to use it to store a global variable (yes, I need it because I cannot pass it as an argument of function or other things like this) should I add only the variable in the class? as a static member?
Bookmarks