From ffffb18f8f8bb551901adf0f42c82f3f1994a8f5 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 22 Jun 2023 13:53:01 +0200 Subject: [PATCH] Copilot: Fix compile Change-Id: If9e2c6486e2ac9b80069947063e80336567fbdbe Reviewed-by: hjk (cherry picked from commit eb7d0727e6f62d61d1fb81ce931aacf147b82794) --- src/plugins/copilot/copilotoptionspage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/copilot/copilotoptionspage.cpp b/src/plugins/copilot/copilotoptionspage.cpp index 2ac25de03b7..1d9a516d662 100644 --- a/src/plugins/copilot/copilotoptionspage.cpp +++ b/src/plugins/copilot/copilotoptionspage.cpp @@ -60,9 +60,9 @@ public: "the plugin will find the agent.js file automatically.\n\n" "Otherwise you need to specify the path to the %2 " "file from the Copilot neovim plugin.", - "Markdown text for the copilot instruction label").arg( - "[README.md](https://github.com/github/copilot.vim)", - "[agent.js](https://github.com/github/copilot.vim/tree/release/copilot/dist)")); + "Markdown text for the copilot instruction label") + .arg("[README.md](https://github.com/github/copilot.vim)") + .arg("[agent.js](https://github.com/github/copilot.vim/tree/release/copilot/dist)")); Column { QString("" + Tr::tr("Note:") + ""), br,