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.Package/Common/ConcurrentStopwatch.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/QtVsTools.Package/Common/ConcurrentStopwatch.cs b/QtVsTools.Package/Common/ConcurrentStopwatch.cs index 82547e0..35f78b3 100644 --- a/QtVsTools.Package/Common/ConcurrentStopwatch.cs +++ b/QtVsTools.Package/Common/ConcurrentStopwatch.cs @@ -33,7 +33,7 @@ { public class ConcurrentStopwatch : Concurrent<ConcurrentStopwatch> { - Stopwatch Stopwatch { get; set; } + Stopwatch Stopwatch { get; } public ConcurrentStopwatch() { -- Gitblit v1.9.1