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

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp204 VBoxDbgConsoleOutput::appendText(const QString &rStr, bool fClearSelection) function in class:VBoxDbgConsoleOutput
548 m_pOutput->appendText(rCommand + "\n", true /*fClearSelection*/);
568 m_pOutput->appendText(QString::fromUtf8((const char *)m_pszOutputBuf, (int)m_cbOutputBuf), false /*fClearSelection*/);

Completed in 44 milliseconds