Skip to content
Snippets Groups Projects
Select Git revision
0 results

Module.cpp

  • Raul Radu's avatar
    7c8d084e
    [Modules] Final design of Module class w/smart ptr · 7c8d084e
    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.
    7c8d084e
    History
    [Modules] Final design of Module class w/smart ptr
    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.