Skip to content
Commit 354eeee7 authored by Oskar Roesler (bionade24)'s avatar Oskar Roesler (bionade24) Committed by Christoph Cullmann
Browse files

Spellcheckdecorator: Fix removing the eventFilter on destruction.

In the destructor of the Spellcheckdecorator, if m_plainTextEdit exists,
its eventFilter gets removed twice, but never the eventFilter of the
viewport installed in the constructor. Change the double-remove to a
removal of each eventFilter like it's already done for m_textEdit.
parent 4f9ceaf6
Pipeline #506429 passed with stage
in 2 minutes and 16 seconds
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