Skip to content
  • Artur Grunau's avatar
    Add support for disconnecting slots defined in Lua · 2d4761ba
    Artur Grunau authored
    Up until now it wasn't possible to manually disconnect slots defined in
    Lua: they could only be disconnected automatically when their
    corresponding signals were destroyed.
    
    Add a special `disconnect` method to sigslot's Lua wrapper that makes it
    possible to manually disconnect slots defined in Lua.
    
    References #1
    2d4761ba