D19953: Fix progress info for CreateJob
Elvis Angelaccio
noreply at phabricator.kde.org
Sun Mar 24 15:31:08 GMT 2019
elvisangelaccio added a comment.
> If it is possible to somehow force Qt to connect to the signal, then the PercentFromNestedJob is not necessary.
Have you tried with the old-style connect?
This
connect(m_addJob, SIGNAL(percent(KJob*,ulong)), this, SIGNAL(percent(KJob*,ulong)));
compiles for me, but I haven't tested it.
REPOSITORY
R36 Ark
REVISION DETAIL
https://phabricator.kde.org/D19953
To: rthomsen, elvisangelaccio
Cc: kde-utils-devel, #ark, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20190324/13b4bcfe/attachment.html>
More information about the Kde-utils-devel
mailing list