MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / availableTaskTypes

Method availableTaskTypes

TaskFlow/Editor/FlowEditor.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44QStringList FlowEditor::availableTaskTypes() const
45{
46 if (m_flowManager)
47 return m_flowManager->getAvailableTasksTypes();
48 else {
49 return {"No flow manager"};
50 }
51}
52
53QStringList FlowEditor::availableFlows() const
54{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected