aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2021-11-23 11:22:48 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2021-11-23 12:25:10 +0000
commit31d0c8754b0a0eefae60577ffe392adf4f424e6a (patch)
tree99b0c3d029dd3a0ee855be5d3b92ceabec2ebac5 /Changelog
parent1939e4087dbbe66b7fbdce6159813c10d257f9ed (diff)
Remove some alien characters from log file VS2022 was complaining about
Change-Id: I914e82604fe96b86724ee799024114581fc2b1ec Reviewed-by: Miguel Costa <miguel.costa@qt.io>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 472b6e68..0c467d80 100644
--- a/Changelog
+++ b/Changelog
@@ -590,8 +590,8 @@ Changes
after each build. (QTBUG-6482)
- Switching between qmake and AddIn projects more robust. (QTBUG-6434)
- Set target machine explicitly when changing Qt version. (QTBUG-5206)
-- Work around Visual Studio bug to support the simplified Chinese
- version of Visual Studio. (QTBUG-6318)
+- Work around Visual Studio bug to support the simplified Chinese
+ version of Visual Studio. (QTBUG-6318)
- Fixed bug for Windows CE static builds. (QTBUG-3493)
- Create signature step for Windows CE projects. (QTBUG-3493)
- Fixed visualizers for QList and QMap. (very simple version for QMap as