mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
The undo-code uses owning pointers based on std::unique_ptr to manage lifetime of C-objects. Since these are generally useful, move them from the undo-code to the core-code. In fact, this eliminates one instance of code duplication. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> |
||
|---|---|---|
| .. | ||
| 3rdparty | ||
| qml | ||
| CMakeLists.txt | ||
| qmlinterface.cpp | ||
| qmlinterface.h | ||
| qmlmanager.cpp | ||
| qmlmanager.h | ||
| statsmanager.cpp | ||
| statsmanager.h | ||
| themeinterface.cpp | ||
| themeinterface.h | ||