Skip to content

Commit

Permalink
DROP: Test for bindings system
Browse files Browse the repository at this point in the history
  • Loading branch information
jgehrig committed Nov 3, 2024
1 parent 354d1e2 commit ad9814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/neovimapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

Expand Down

0 comments on commit ad9814a

Please sign in to comment.