Don't crash if activateRichText was called before createActions
activateRichText emits textModeChanged signal, which leads to richTextComposerActions::textModeChanged call. Which segfaults if table actions are not yet created by explicit createActions call.