| 1949 | } |
| 1950 | |
| 1951 | void |
| 1952 | InspectorNode::getActiveInputs(int & a, |
| 1953 | int &b) const |
| 1954 | { |
| 1955 | QMutexLocker l(&_activeInputsMutex); |
| 1956 | |
| 1957 | a = _activeInputs[0]; |
| 1958 | b = _activeInputs[1]; |
| 1959 | } |
| 1960 | |
| 1961 | void |
| 1962 | InspectorNode::setInputA(int inputNb) |
no outgoing calls
no test coverage detected