Minor: add helper size()

This commit is contained in:
Gerhard Hoffmann 2025-08-21 10:56:13 +02:00
parent 57a093e9ae
commit 8123526e11

View File

@ -31,6 +31,8 @@ public:
unsigned nextExecIndex() const;
bool nextExec() const;
bool exec(bool last=false);
unsigned size() { return m_workList.size(); }
};
#endif // WORK_LIST_H_INCLUDED