Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_thread_qfuturewatcher.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

watcher setFuture (future)
 

Variables

MyClass myObject
 [0]
 
QFutureWatcher< int > watcher
 
QFuture< int > future = QtConcurrent::run(...)
 

Function Documentation

◆ setFuture()

watcher setFuture ( future )

Variable Documentation

◆ future

QFuture<int> future = QtConcurrent::run(...)

Definition at line 11 of file src_corelib_thread_qfuturewatcher.cpp.

◆ myObject

MyClass myObject

[0]

Definition at line 6 of file src_corelib_thread_qfuturewatcher.cpp.

Referenced by Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS().

◆ watcher

connect& watcher

Definition at line 7 of file src_corelib_thread_qfuturewatcher.cpp.