| 31 | } |
| 32 | |
| 33 | ProcessProperties::ProcessProperties(const InternalProcessProperties& iprops) : |
| 34 | uid(0), pid(iprops.pid), name(iprops.name), color(iprops.color) |
| 35 | { |
| 36 | } |
| 37 | |
| 38 | ProcessInfo::ProcessInfo() : m_unqiueId(0) |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected