31 : QObject(), m_text(
std::move(text)), m_priority(priority), m_scriptPath(scriptPath) {}
40 : QObject(), m_text(QString::fromStdString(text)), m_priority(priority), m_scriptPath(scriptPath) {}
49 : QObject(), m_text(text), m_priority(priority), m_scriptPath(scriptPath) {}
55 : QObject(), m_text(msg.text()), m_priority(msg.priority()), m_scriptPath(msg.scriptPath()) {}