Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
src_corelib_thread_qfuturewatcher.cpp File Reference

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.