Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/hotspot
/ ProcessModel
Method
ProcessModel
src/models/processmodel.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
#include <algorithm>
14
15
ProcessModel::ProcessModel(QObject* parent)
16
: QAbstractTableModel(parent)
17
{
18
}
19
20
ProcessModel::~ProcessModel() = default;
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected