Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ setRotaSpeed
Method
setRotaSpeed
src/common/widget/statuswidget.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void StatusWidget::setRotaSpeed(StatusWidget::RotaSpeed speed)
72
{
73
if(d->timer.interval() > 0)
74
d->timer.start(speed);
75
}
76
77
void StatusWidget::start()
78
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected