[KJobTrackerInterface] qRegisterMetatype KJob::Unit
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?