31 void showMessage([[maybe_unused]] QString const& message) const final;
34 void showError([[maybe_unused]] QString const& error) const final;
37 void showFailure([[maybe_unused]] QString const& error) const final;
NullChannel()=default
The constructor.
void showMessage(QString const &message) const final
Show the given message to the user.
void showError(QString const &error) const final
Show the given error to the user.
void showFailure(QString const &error) const final
Show the given failure message to the user.
~NullChannel() final=default
The destructor.
void showStatusMessage(QString const &status) const final
Show the given status to the user.