| 69 | int stepID () { return _stepID; } |
| 70 | void setTreeDepth (int treeDepth) { _treeDepth = treeDepth; } |
| 71 | int treeDepth () { return _treeDepth; } |
| 72 | void setBranchID (int branchId) { _branchID = branchId; } |
| 73 | int branchID () { return _branchID; } |
| 74 | void setErrorMessage (QString error) { _errorMessage = error; } |
no outgoing calls
no test coverage detected