| 56 | |
| 57 | |
| 58 | void CounterRunner::countTrash() { |
| 59 | if (global.countBehavior == Global::CountNone) |
| 60 | return; |
| 61 | QLOG_TRACE_IN(); |
| 62 | if (!init) |
| 63 | initialize(); |
| 64 | NoteTable ntable(db); |
| 65 | QList<qint32> lids; |
| 66 | emit trashTotals(ntable.getAllDeleted(lids)); |
| 67 | QLOG_TRACE_OUT(); |
| 68 | } |
| 69 | |
| 70 | |
| 71 | void CounterRunner::countNotebooks() { |