D19953: Fix progress info for CreateJob
Ragnar Thomsen
noreply at phabricator.kde.org
Sun Mar 24 16:48:33 GMT 2019
rthomsen added a comment.
In D19953#437295 <https://phabricator.kde.org/D19953#437295>, @elvisangelaccio wrote:
> > 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.
Yes, I did try with the old connect but the slot is never called. I imagine it connects with the member function instead.
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/972f0527/attachment.html>
More information about the Kde-utils-devel
mailing list