From 83fb81df35a62e6366689f2644281605ea134128 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 17 Dec 2018 14:40:15 +0100 Subject: [PATCH] CppTools: Fix categorization of *.inl, *.tpp, and similar These are files that are included like headers, and not compiled themselves, so e.g. adding them to a project should not categorize them as source files. Fixes: QTCREATORBUG-21736 Change-Id: I7dafba02896d12160de5eed458b99144df0a5f37 Reviewed-by: Ivan Donchevskii Reviewed-by: Marco Bubke Reviewed-by: hjk --- src/plugins/cpptools/CppTools.json.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugins/cpptools/CppTools.json.in b/src/plugins/cpptools/CppTools.json.in index 22fb394e411..3b7680337db 100644 --- a/src/plugins/cpptools/CppTools.json.in +++ b/src/plugins/cpptools/CppTools.json.in @@ -54,6 +54,11 @@ \" \", \" \", \" \", + \" \", + \" \", + \" \", + \" \", + \" \", \" \", @@ -74,11 +79,6 @@ \" \", \" \", \" \", - \" \", - \" \", - \" \", - \" \", - \" \", \" \", \" \", \" \",