From 2de6716d264241b247a353c837841cbfdb05f066 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Nov 2017 23:27:24 +0300 Subject: Add comment for ingore variable copy in clang-tidy. --- src/gui/windows/helpwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/windows/helpwindow.cpp b/src/gui/windows/helpwindow.cpp index 1cfb30e2b..44203d46d 100644 --- a/src/gui/windows/helpwindow.cpp +++ b/src/gui/windows/helpwindow.cpp @@ -112,7 +112,7 @@ void HelpWindow::handleLink(const std::string &link, if (!strStartWith(link, "http://") && !strStartWith(link, "https://")) { // need use separate variable - const std::string helpFile = link; + const std::string helpFile = link; // NOLINT loadHelp(helpFile); } else -- cgit v1.2.3-60-g2f50