Skip to content

[KJobTrackerInterface] qRegisterMetatype KJob::Unit

Kai Uwe Broulik requested to merge work/kbroulik/registerjobunit into master
QObject::connect: Cannot queue arguments of type 'KJob::Unit'
(Make sure 'KJob::Unit' is registered using qRegisterMetaType().)

QPair<QString,QString>() used from description signal is also explicitly registered here.


Added a bunch of setTotalAmount calls in Ark and got this error.

Not sure if this is the right fix or at the right layer but the QPair one is also registered here, so doesnt hurt I suppose?

Merge request reports