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

Method setBuzzy

kdevplatform/shell/project.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void ProjectProgress::setBuzzy()
103{
104 qCDebug(SHELL) << "showing busy progress" << statusName();
105 // show an indeterminate progressbar
106 emit showProgress(this, 0,0,0);
107 emit showMessage(this, i18nc("%1: Project name", "Loading %1", projectName));
108}
109
110
111void ProjectProgress::setDone()

Callers 2

setReloadJobMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected