MCPcopy Create free account
hub / github.com/MultiMC/Launcher / processId

Method processId

launcher/LoggedProcess.cpp:195–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193#endif
194
195qint64 LoggedProcess::processId() const
196{
197#ifdef Q_OS_WIN
198 return pid() ? pid()->dwProcessId : 0;
199#else
200 return pid();
201#endif
202}
203
204void LoggedProcess::setDetachable(bool detachable)
205{

Callers 2

on_stateMethod · 0.80
on_stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected