MCPcopy Create free account
hub / github.com/KDE/kdevelop / setDone

Method setDone

kdevplatform/shell/project.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111void ProjectProgress::setDone()
112{
113 qCDebug(SHELL) << "showing done progress" << statusName();
114 // first show 100% bar for a second, then hide.
115 emit showProgress(this, 0,1,1);
116 m_timer->start();
117}
118
119void ProjectProgress::slotClean()
120{

Callers 2

reloadDoneMethod · 0.80
importDoneMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected