Searched defs:strCommand (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp293 QString strCommand = currentText(); local
295 if (strCommand.isEmpty())
299 emit commandSubmitted(strCommand);
315 if (strCommand == strPrevCommand)
329 insertItem(iLastItem, strCommand);

Completed in 44 milliseconds