MCPcopy Create free account
hub / github.com/WheretIB/nullc / HistoryManager

Method HistoryManager

GUI/RichTextarea.cpp:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306{
307public:
308 HistoryManager(TextareaData *areaData)
309 {
310 firstShotU = lastShotU = NULL;
311 firstShotR = lastShotR = NULL;
312 data = areaData;
313 }
314 ~HistoryManager()
315 {
316 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected