Home
last modified time | relevance | path

Searched refs:jobPercent (Results 1 – 6 of 6) sorted by relevance

/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransport/tests/
H A Dtransportmgr.cpp98 connect(job, SIGNAL(percent(KJob *, ulong)), SLOT(jobPercent(KJob *, ulong))); in sendBtnClicked()
129 void TransportMgr::jobPercent(KJob *job, unsigned long percent) in jobPercent() function in TransportMgr
H A Dtransportmgr.h31 void jobPercent(KJob *job, unsigned long percent);
/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransportakonadi/tests/
H A Dqueuer.cpp131 connect(job, SIGNAL(percent(KJob*, ulong)), SLOT(jobPercent(KJob*, ulong))); in createQueueJob()
158 void MessageQueuer::jobPercent(KJob *job, unsigned long percent) in jobPercent() function in MessageQueuer
H A Dqueuer.h37 void jobPercent(KJob *job, unsigned long percent);
/dports/audio/cantata/cantata-2.4.2/devices/
H A Dactiondialog.h81 void jobPercent(int percent);
H A Dactiondialog.cpp569 connect(dev, SIGNAL(progress(int)), this, SLOT(jobPercent(int))); in doNext()
907 connect(job, SIGNAL(percent(int)), SLOT(jobPercent(int))); in cleanDirs()
917 void ActionDialog::jobPercent(int percent) in jobPercent() function in ActionDialog