N7S ETB#189 - Added MessageManager wrapper in the SedsPlugin
In 4.15 QTC changed API of the Core::MessageManager class replacing ::write
with three functions ::writeDisrupting
, ::writeFlashing
and ::writeSilent
. To provide a readable compatibility with both versions I create a wrapper that calls one of those, depending on the QTC_VERSION
define value.