-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
A growing number of Qt methods are expecting Functor
s, i.e., objects with the ()
operator, as arguments. For example, QWebEnginePage
uses Functor
s to do many things asynchronously. We could make a RFunctor
class similar to RDynamicQObject
.
But we would have to implement the wrappers manually.
Metadata
Metadata
Assignees
Labels
No labels