MCPcopy Create free account
hub / github.com/KDAB/GammaRay / instance

Method instance

plugins/timertop/timermodel.cpp:337–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337TimerModel *TimerModel::instance()
338{
339 if (s_timerModel->isNull()) {
340 *s_timerModel = new TimerModel;
341 }
342
343 Q_ASSERT(s_timerModel);
344 return s_timerModel->data();
345}
346
347void TimerModel::preSignalActivate(QObject *caller, int methodIndex)
348{

Callers

nothing calls this directly

Calls 2

isNullMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected