| 5465 | } |
| 5466 | |
| 5467 | void YTransaction::deprecatedDisconnect(CheckStatusWrapper* status) |
| 5468 | { |
| 5469 | disconnect(status); |
| 5470 | } |
| 5471 | |
| 5472 | |
| 5473 | void YTransaction::addCleanupHandler(CheckStatusWrapper* status, CleanupCallback* callback) |
nothing calls this directly
no test coverage detected