| 335 | } |
| 336 | |
| 337 | TimerModel *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 | |
| 347 | void TimerModel::preSignalActivate(QObject *caller, int methodIndex) |
| 348 | { |