You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A growing number of Qt methods are expecting Functors, i.e., objects with the () operator, as arguments. For example, QWebEnginePage uses Functors to do many things asynchronously. We could make a RFunctor class similar to RDynamicQObject.
But we would have to implement the wrappers manually.
The text was updated successfully, but these errors were encountered:
A growing number of Qt methods are expecting
Functor
s, i.e., objects with the()
operator, as arguments. For example,QWebEnginePage
usesFunctor
s to do many things asynchronously. We could make aRFunctor
class similar toRDynamicQObject
.But we would have to implement the wrappers manually.
The text was updated successfully, but these errors were encountered: