示例#1
0
 void start()
 {
     QScriptDebuggerCommandSchedulerFrontend frontend(commandScheduler(), this);
     frontend.scheduleGetScripts();
 }
示例#2
0
 void start()
 {
     QScriptDebuggerCommandSchedulerFrontend frontend(commandScheduler(), this);
     frontend.scheduleGetCompletions(m_frameIndex, m_path);
 }