| 24 | constexpr int SortFilterRole = Qt::UserRole + 1; |
| 25 | |
| 26 | ProcessItem::ProcessItem(uint32_t pid, std::string processName) : m_pid(pid), m_processName(processName) {} |
| 27 | |
| 28 | |
| 29 | bool ProcessItem::operator==(const ProcessItem& other) const |
nothing calls this directly
no outgoing calls
no test coverage detected