Skip to content
Commit 5aa3b009 authored by Dominik Haumann's avatar Dominik Haumann
Browse files

Fix crash when pressing ESC after external tools plugin was un/reloaded

The new conntect() syntax along with a lambda is not automatically
destroyed when the plugin is unloaded, since the connection does not
track the "this" pointer that is captured in the lambda function,
a typicall programming error :-/

This change turns the connection into a proper member function, so
the connection is cleaned up when the plugin view is deleted.

FIXED-IN: 19.12.1
parent 1f614a19
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment