| 56 | } |
| 57 | |
| 58 | void ProgressProxy::setInformation(const QString& info, bool bRedrawUpdate) |
| 59 | { |
| 60 | setInformationSig(info, bRedrawUpdate); |
| 61 | } |
| 62 | |
| 63 | void ProgressProxy::setInformation(const QString& info, qint32 current, bool bRedrawUpdate) |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected