Build with QT_NO_CONTEXTLESS_CONNECT
Disables the 3-argument connect without a context object. Not providing a context object can cause issues when the sending object is still alive but the receiver or an object refered to in the lambda is not.
Good job, just one occurrence in Kate