Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ appendLine
Method
appendLine
kdevplatform/outputview/outputmodel.cpp:450–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
}
449
450
void OutputModel::appendLine( const QString& line )
451
{
452
appendLines( QStringList() << line );
453
}
454
455
void OutputModel::ensureAllDone()
456
{
Callers
8
postMessage
Method · 0.45
start
Method · 0.45
slotProcessError
Method · 0.45
slotProcessExited
Method · 0.45
start
Method · 0.45
doKill
Method · 0.45
childProcessError
Method · 0.45
childProcessExited
Method · 0.45
Calls
1
QStringList
Class · 0.85
Tested by
no test coverage detected