MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / ChangesManager

Method ChangesManager

context/ChangesManager.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24ChangesManager::ChangesManager()
25 : QObject(nullptr)
26 , m_undoStack(new QUndoStack(this))
27{}
28
29ChangesManager::~ChangesManager() {}
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected