Gopal

Gopal

  • NA
  • 135
  • 13.6k

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

Nov 27 2020 12:27 AM
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)