| 1425 | } |
| 1426 | |
| 1427 | void Stories::checkQuitPreventFinished() { |
| 1428 | if (_markReadRequests.empty() && _incrementViewsRequests.empty()) { |
| 1429 | if (Core::Quitting()) { |
| 1430 | LOG(("Stories doesn't prevent quit any more.")); |
| 1431 | } |
| 1432 | Core::App().quitPreventFinished(); |
| 1433 | } |
| 1434 | } |
| 1435 | |
| 1436 | void Stories::sendMarkAsReadRequests() { |
| 1437 | _markReadTimer.cancel(); |
nothing calls this directly
no test coverage detected