| 46 | signals2::signal<void(const QString&, bool)> ProgressProxy::setInformationSig; |
| 47 | |
| 48 | ProgressScope::ProgressScope() |
| 49 | { |
| 50 | ProgressProxy::push(); |
| 51 | } |
| 52 | |
| 53 | ProgressScope::~ProgressScope() |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected