Skip to content
  • Marco Martin's avatar
    don't manage action destroyed on teardown · d22b75f3
    Marco Martin authored
    when we are in the applet destructor, we don't want to manage the
    destroyed
    signal of actions, or we will have a crash (as the applet is just a
    qobject at this point since ~Applet() already ran)
    
    also remove the completely unused m_actions in PlasmoidItem
    d22b75f3