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

Method setProgress

kdevplatform/shell/unitylauncher.cpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void UnityLauncher::setProgress(int progress)
52{
53 if (m_progress != progress) {
54 m_progress = progress;
55
56 update({ {QStringLiteral("progress"), progress / 100.0} });
57 }
58}
59
60void UnityLauncher::update(const QVariantMap &properties)
61{

Callers 2

showProgressMethod · 0.45
checkStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected