Searched refs:rCommand (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.h152 void commandSubmitted(const QString &rCommand);
194 * @param rCommand The submitted command.
196 void commandSubmitted(const QString &rCommand);
H A DVBoxDbgConsole.cpp514 VBoxDbgConsole::commandSubmitted(const QString &rCommand) argument
521 QByteArray Utf8Array = rCommand.toUtf8();
548 m_pOutput->appendText(rCommand + "\n", true /*fClearSelection*/);

Completed in 33 milliseconds