The w variable is an instance of the MainWindow you allocated on the stack in main, so when you're inside of a method in your MainWindow class, just use move().
The w variable is an instance of the MainWindow you allocated on the stack in main, so when you're inside of a method in your MainWindow class, just use move().
I write the best type of code possible, code that I want to write, not code that someone tells me to write!
Bookmarks