4
Answers

Hi. Imagine I have a c++ class that whenever I create an object from i

Gopal

Gopal

4y
482
1
Hi. Imagine I have a c++ class that whenever I create an object from it, a method of it will call immediately after its constructor (if you wonder what's this class: QAbstractNativeEventFilter in qt and its method is: nativeEventFilter() ). My question is how can I delay the call of this method?
Answers (4)