MCPcopy Create free account
hub / github.com/KDE/kdiff3 / slotListDirInfoMessage

Method slotListDirInfoMessage

src/ProgressProxyExtender.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <QString>
14
15void ProgressProxyExtender::slotListDirInfoMessage(KJob*, const QString& msg)
16{
17 setInformation(msg, 0);
18}
19
20void ProgressProxyExtender::slotPercent(KJob*, unsigned long percent)
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected