Extending QTimer to pass parameters
i'm very new to Qt and C++, however i find myself using both at the moment.
essentially i want to use QTimer to execute a method with a parameter int. i understand that natively you cannot execute methods with parameters. however, i was wondering if this is possible if i extended QTimer. if so does anyone had an example of the proper way to set this up.
thank you