MCPcopy Create free account
hub / github.com/KDE/konsole / UnixProcessInfo

Method UnixProcessInfo

src/UnixProcessInfo.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29using namespace Konsole;
30
31UnixProcessInfo::UnixProcessInfo(int pid)
32 : ProcessInfo(pid)
33{
34 setUserNameRequired(true);
35}
36
37void UnixProcessInfo::readProcessInfo(int pid)
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected