Exemplo n.º 1
0
 void start()
 {
     QScriptDebuggerCommandSchedulerFrontend frontend(commandScheduler(), this);
     frontend.scheduleGetScripts();
 }
Exemplo n.º 2
0
 void start()
 {
     QScriptDebuggerCommandSchedulerFrontend frontend(commandScheduler(), this);
     frontend.scheduleGetCompletions(m_frameIndex, m_path);
 }