| 13 | #include <QString> |
| 14 | |
| 15 | void ProgressProxyExtender::slotListDirInfoMessage(KJob*, const QString& msg) |
| 16 | { |
| 17 | setInformation(msg, 0); |
| 18 | } |
| 19 | |
| 20 | void ProgressProxyExtender::slotPercent(KJob*, unsigned long percent) |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected