MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / makeInternalPointer

Function makeInternalPointer

src/filetreemodel.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void* makeInternalPointer(FileTreeItem* item)
179{
180 return item;
181}
182
183FileTreeModel::FileTreeModel(OrganizerCore& core, QObject* parent)
184 : QAbstractItemModel(parent), m_core(core), m_enabled(true),

Callers 2

indexMethod · 0.85
indexFromItemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected