| 29 | using namespace Konsole; |
| 30 | |
| 31 | UnixProcessInfo::UnixProcessInfo(int pid) |
| 32 | : ProcessInfo(pid) |
| 33 | { |
| 34 | setUserNameRequired(true); |
| 35 | } |
| 36 | |
| 37 | void UnixProcessInfo::readProcessInfo(int pid) |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected