| 40 | }; |
| 41 | |
| 42 | QString Transaction::statusString() const |
| 43 | { |
| 44 | return QMetaEnum::fromType<Status>().valueToKey(status()); |
| 45 | } |
| 46 | |
| 47 | QQmlListProperty<OperationBase> Transaction::operations() |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected