MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / isRunning

Method isRunning

src/common/widget/statuswidget.cpp:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool StatusWidget::isRunning()
94{
95 if(d->timer.isActive() != (d->state == State::Running))
96 {
97 qWarning() << "unknown errorr from timer paint";
98 }
99
100 return d->timer.isActive() && d->state == State::Running;
101}
102
103bool StatusWidget::isStoped()
104{

Callers

nothing calls this directly

Calls 1

isActiveMethod · 0.45

Tested by

no test coverage detected