Skip to content

libtaskmanager: pass const ref KSharedConfig::Ptr

Fushan Wen requested to merge work/fuf/cleanup into master

It's not a trivially copy assignable type, and passing const ref avoids one atomic operation.

Merge request reports