MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / ErrorModel

Method ErrorModel

GGEasy/forms/formsutil/errordialog.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65public:
66 ErrorModel(mvector<ErrorItem*> items, QObject* parent = nullptr)
67 : QAbstractTableModel(parent)
68 , items(items)
69 {
70 }
71 virtual ~ErrorModel() { qDeleteAll(items); }
72
73 // QAbstractItemModel interface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected