![]() |
Qt 6.x
The Qt SDK
|
#include <qv4debugjob.h>
Public Member Functions | |
GatherSourcesJob (QV4::ExecutionEngine *engine) | |
void | run () override |
const QStringList & | result () const |
![]() | |
virtual | ~QV4DebugJob () |
virtual void | run ()=0 |
Definition at line 108 of file qv4debugjob.h.
GatherSourcesJob::GatherSourcesJob | ( | QV4::ExecutionEngine * | engine | ) |
Definition at line 227 of file qv4debugjob.cpp.
const QStringList & GatherSourcesJob::result | ( | ) | const |
Definition at line 240 of file qv4debugjob.cpp.
|
overridevirtual |
Implements QV4DebugJob.
Definition at line 231 of file qv4debugjob.cpp.
References QV4::ExecutionEngine::compilationUnits, and fileName.