aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0.md
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2018-01-30 11:21:48 +0100
committerEike Ziller <eike.ziller@qt.io>2018-01-30 11:31:38 +0000
commit4a58581eed17d3a751d09324e23d784c4428a80c (patch)
treeb84bfae11dfbdc89a320a2e38d431aefaaeddb9b /dist/changes-4.6.0.md
parent43f02573dfd4d5e61f12d7e78986399d2eee7399 (diff)
changelog: Correct instructions to enable clazy/tidy
The clang/tidy settings are part of the diagnostic configuration and not anymore in its own group box "Clang Plugins". Change-Id: Ibba95cff351521a8e0fda60f1b7f4e9a3e99c127 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist/changes-4.6.0.md')
-rw-r--r--dist/changes-4.6.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/changes-4.6.0.md b/dist/changes-4.6.0.md
index f0e994b208..009f8a12e0 100644
--- a/dist/changes-4.6.0.md
+++ b/dist/changes-4.6.0.md
@@ -46,7 +46,7 @@ C++ Support
* Implemented information tool tips, which improves type information
including resolution of `auto` types (QTCREATORBUG-11259)
* Integrated Clang-Tidy and Clazy.
- Enable checks in Options > C++ > Code Model > Clang Plugins
+ Enable checks in Options > C++ > Code Model > Clang Code Model Warnings
* Added separate highlighting for function definitions (QTCREATORBUG-16625)
QML Support