-
- Downloads
[Modules] Final design of Module class w/smart ptr
- 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.
Please register or sign in to comment