ThreadWeaver

Porting to newer versions

From KF5 to KF6

To update your application from KF5 to KF6 ThreadWeaver:

  • Collection::stop(JobPointer job) - argument was removed and now it's just Collection::stop()
    1. Replace collection->stop(job) with collection->stop()
    2. Replace sequence->stop(job) with sequence->stop()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:31 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.