![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4debugjob.h>
Public Member Functions | |
GatherSourcesJob (QV4::ExecutionEngine *engine) | |
void | run () override |
const QStringList & | result () const |
Public Member Functions inherited from QV4DebugJob | |
virtual | ~QV4DebugJob () |
Definition at line 108 of file qv4debugjob.h.
GatherSourcesJob::GatherSourcesJob | ( | QV4::ExecutionEngine * | engine | ) |
Definition at line 229 of file qv4debugjob.cpp.
References GatherSourcesJob().
Referenced by GatherSourcesJob().
const QStringList & GatherSourcesJob::result | ( | ) | const |
Definition at line 243 of file qv4debugjob.cpp.
|
overridevirtual |
Implements QV4DebugJob.
Definition at line 233 of file qv4debugjob.cpp.