Skip to content
Commit d7d9ccf5 authored by David Faure's avatar David Faure
Browse files

Use a RAII class instead of blockSignals(true);...;blockSignals(false)

A nasty "return" statement in the middle of favoriteSelectionChanged()
was leaving signals blocked.

KDSignalBlocker is from KDTools (LGPL), modified to be in the Akonadi
namespace (to prevent clashes with the copy in kleopatra), but not exported
currently -- could be exported+installed if needed.
parent 765b26cd
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