Hi. Imagine I have a c++ class that whenever I create an object from i
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?