Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • dev-smart-pointer-refactor-2
  • topics
  • outgoingmessagesviewer
  • qt6
  • dev-smart-pointer-refactor
  • gse-interface-dev
  • crash-report-dev
  • riccardo-dev
  • roccaraso2024
  • euroc2024
  • euroc2023
  • roccaraso2023
  • euroc-2021
14 results

Module.cpp

Blame
    • 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.
    Module.cpp 4.43 KiB