MCPcopy 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
71void StatusWidget::setRotaSpeed(StatusWidget::RotaSpeed speed)
72{
73 if(d->timer.interval() > 0)
74 d->timer.start(speed);
75}
76
77void StatusWidget::start()
78{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected