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?
Rajanikant HawaldarPosted Nov 27, 2020, 4:52 AM
GopalPosted Nov 28, 2020, 2:51 AM
Rajanikant HawaldarPosted Nov 28, 2020, 2:49 AM
GopalPosted Nov 28, 2020, 2:47 AM