MCPcopy Create free account
hub / github.com/KDE/kdevelop / Model

Class Model

plugins/debuggercommon/registers/modelsmanager.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace KDevMI {
16
17struct Model {
18 Model();
19 Model(const QString& name, QSharedPointer<QStandardItemModel> model, QAbstractItemView* view);
20 bool operator==(const Model& m) const;
21
22 QString name;
23 QSharedPointer<QStandardItemModel> model;
24 QAbstractItemView* view = nullptr;
25};
26
27class Models
28{

Callers 1

addViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected