Skip to content
Commit 9b9f5df7 authored by Volker Krause's avatar Volker Krause
Browse files

Fix crash on destruction.

The spinbox sometimes emitted signals from the dtor, which went to a
receiver that was already half-way destroyed. So, destroy the spin box
(and thus its connections) before this object becomes invalid.

Fixes the textgotolinewidgettest unit test.
parent 2eb22f5d
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