Skip to content
  • Artur Grunau's avatar
    Make Lua connections work with copyable signals · 8f1dd0c9
    Artur Grunau authored
    Until now, Lua connections had only stub implementations of several
    sigslot's API methods, including clone() and getdest(). This led to
    crashes when signals that contained Lua connections were copied.
    
    Provide proper (if somewhat forced) implementations of clone() and
    getdest() for Lua connections. This makes Lua connections work with
    signals that may be copied.
    
    References #1
    8f1dd0c9