Select Git revision
-
Raul Radu authored
- Fixed error in Module.cpp: std::shared_ptr<Module>(this) is a mistake that can lead to crashes, plus replaceMe accepts raw pointers. - customContextMenuActions is now a list of unique pointers since the custom actions are stored within the class and used by QT directly.
Raul Radu authored- Fixed error in Module.cpp: std::shared_ptr<Module>(this) is a mistake that can lead to crashes, plus replaceMe accepts raw pointers. - customContextMenuActions is now a list of unique pointers since the custom actions are stored within the class and used by QT directly.
Module.cpp 4.43 KiB