| 43 | } |
| 44 | |
| 45 | bool TaskConnection::isValid() const |
| 46 | { |
| 47 | return m_sourcePort && m_targetPort && m_sourcePort != m_targetPort && sourceTask() |
| 48 | && targetTask() && sourceTask() != targetTask(); |
| 49 | } |
| 50 | |
| 51 | bool TaskConnection::isTypeCompatible() const |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected