MCPcopy Create free account
hub / github.com/Vector35/debugger / ProcessItem

Method ProcessItem

ui/attachprocess.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24constexpr int SortFilterRole = Qt::UserRole + 1;
25
26ProcessItem::ProcessItem(uint32_t pid, std::string processName) : m_pid(pid), m_processName(processName) {}
27
28
29bool ProcessItem::operator==(const ProcessItem& other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected