Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ clearContents
Method
clearContents
src/plugins/builder/mainframe/problemoutputpane.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void ProblemOutputPane::clearContents()
26
{
27
TaskManager::instance()->clearTasks();
28
}
29
30
void ProblemOutputPane::addTask(const Task &task, int linkedOutputLines, int skipLines)
31
{
Callers
1
slotResetBuildUI
Method · 0.45
Calls
1
clearTasks
Method · 0.45
Tested by
no test coverage detected