create copys of appcode in thread constructor

This commit is contained in:
2026-02-28 18:01:15 +01:00
parent 1acc652446
commit 4976ea91be
9 changed files with 265 additions and 180 deletions

View File

@@ -19,7 +19,7 @@
*/
class IdleThread : public Thread {
public:
explicit IdleThread() : Thread(true, 0) {}
explicit IdleThread() : Thread(true, 0, 0, 0) {}
/*! \brief Wait for a thread to become ready and sleep in the meantime.
*