forked from qt-creator/qt-creator
ClangFormat: Remove deprecated entries in clangformatconfigwidget
Task-number: QTCREATORBUG-28263 Change-Id: I48b0456f3c7bea88905cea40d1e447655da64676 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -141,6 +141,10 @@ def create_checks(variables, enums, structs, offset = ""):
|
|||||||
checks += combobox_ui("BasedOnStyle", ["LLVM", "Google", "Chromium", "Mozilla", "WebKit", "Microsoft", "GNU"], create_checks_index)
|
checks += combobox_ui("BasedOnStyle", ["LLVM", "Google", "Chromium", "Mozilla", "WebKit", "Microsoft", "GNU"], create_checks_index)
|
||||||
|
|
||||||
for variable in variables:
|
for variable in variables:
|
||||||
|
if "doxygen" in variable.keys():
|
||||||
|
if ("**deprecated**" in variable['doxygen']):
|
||||||
|
continue;
|
||||||
|
|
||||||
create_checks_index += 1
|
create_checks_index += 1
|
||||||
type = variable["type"]
|
type = variable["type"]
|
||||||
name = variable["name"]
|
name = variable["name"]
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user