quickfuture icon indicating copy to clipboard operation
quickfuture copied to clipboard

Using QFuture in QML

Results 5 quickfuture issues
Sort by recently updated
recently updated
newest added

## Problem when moc processes src/quickfuture.h, it outputs a warning ``` quickfuture.h:0: Note: No relevant classes found. No output generated. ``` ## Steps Use the library by including this repo...

`::` can not be used in javacript names, so in qml should be used `Future.` instead of `QuickFuture::Future.`. But for such code qmllint reports: Warning: unqualified access at Future.onFinished ^^^^^^

Any complete example code (not Test code)?

Hi thank you for useful lib. Trying to use it in my application. And got crash in ```c++ QF_WRAPPER_CONNECT(onFinished, isFinished) ``` I can see in debugger that watcher is null,...