From ca47896204482bf4a6979e3838bf7f09f61cebeb Mon Sep 17 00:00:00 2001 From: giy <giy@omp-system.ru> Date: Fri, 02 Sep 2022 14:16:56 +0300 Subject: [PATCH] Обновление до версии 2.9.0 --- QtVsTools.Core/MocCmdChecker.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QtVsTools.Core/MocCmdChecker.cs b/QtVsTools.Core/MocCmdChecker.cs index dc0df1b..16ffaba 100644 --- a/QtVsTools.Core/MocCmdChecker.cs +++ b/QtVsTools.Core/MocCmdChecker.cs @@ -34,8 +34,8 @@ { class MocCmdChecker { - private Regex backslashRegEx = new Regex(@"\\+\.?\\+"); - private Regex endRegEx = new Regex(@"\\\.?$"); + private readonly Regex backslashRegEx = new Regex(@"\\+\.?\\+"); + private readonly Regex endRegEx = new Regex(@"\\\.?$"); private string NormalizePath(string path) { -- Gitblit v1.9.1