From 7728dba60593e130fdd1852db3083f8b7c21cf2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 12 Mar 2024 08:58:08 +0100 Subject: [PATCH] Removed BOM --- src/common/dem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/dem.cpp b/src/common/dem.cpp index d0e80b4f..fd812a43 100644 --- a/src/common/dem.cpp +++ b/src/common/dem.cpp @@ -1,4 +1,4 @@ -/* +/* WARNING: This code uses internal Qt API - the QZipReader class for reading ZIP files - and things may break if Qt changes the API. For Qt5 this is not a problem as we can "see the future" now and there are no changes in all