| 43 | |
| 44 | |
| 45 | void CounterRunner::countAll() { |
| 46 | if (global.countBehavior == Global::CountNone) |
| 47 | return; |
| 48 | QLOG_TRACE_IN(); |
| 49 | if (!init) |
| 50 | initialize(); |
| 51 | this->countNotebooks(); |
| 52 | this->countTags(); |
| 53 | this->countTrash(); |
| 54 | QLOG_TRACE_OUT(); |
| 55 | } |
| 56 | |
| 57 | |
| 58 | void CounterRunner::countTrash() { |
nothing calls this directly
no test coverage detected