diff --git a/bindings/neovimapi.cpp b/bindings/neovimapi.cpp index 565ff3da1..0c8d6110c 100644 --- a/bindings/neovimapi.cpp +++ b/bindings/neovimapi.cpp @@ -86,7 +86,7 @@ void NeovimApi{{api_level}}::handleResponseError(quint32 msgid, quint64 fun, con break; {% endfor %} default: - m_c->setError(NeovimConnector::RuntimeMsgpackError, QString("Received error for function that should not fail: %s").arg(fun)); + m_c->setError(NeovimConnector::RuntimeMsgpackError, QStringLiteral("Received error for function that should not fail: %s").arg(fun)); } }