| 238 | } |
| 239 | |
| 240 | QStringList Flow::getTaskIds() const |
| 241 | { |
| 242 | QMutexLocker locker(&m_flowMutex); |
| 243 | return m_tasks.keys(); |
| 244 | } |
| 245 | |
| 246 | QList<BaseTask *> Flow::getExecutionOrder() const |
| 247 | { |
nothing calls this directly
no outgoing calls
no test coverage detected