#include <FutureWatchersDetails.h>
|
template<class Func > |
static void | call (Func &&func, Obj &obj, QFutureWatcher< void > const *watcher) |
|
static void | call (void(Obj::*member)(), Obj &obj, QFutureWatcher< void > const *) |
|
◆ call() [1/2]
template<class Obj >
template<class Func >
static void QtPdCom::details::invoke< void, Obj >::call |
( |
Func && |
func, |
|
|
Obj & |
obj, |
|
|
QFutureWatcher< void > const * |
watcher |
|
) |
| |
|
inlinestatic |
◆ call() [2/2]
template<class Obj >
static void QtPdCom::details::invoke< void, Obj >::call |
( |
void(Obj::*)() |
member, |
|
|
Obj & |
obj, |
|
|
QFutureWatcher< void > const * |
|
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: