From 375a8eb7c218d807dc601ae4af231131e3ef81ff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Dec 2020 13:43:33 +0100 Subject: Fix Qt include warnings --- .clant.json | 2 +- .includes.imp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .includes.imp diff --git a/.clant.json b/.clant.json index 5be5b78..8347642 100644 --- a/.clant.json +++ b/.clant.json @@ -1,4 +1,4 @@ { "version": "1.0.0", - "mapping_files": ["qt5_4.imp"] + "mapping_files": [".includes.imp", "qt5_11.imp"] } diff --git a/.includes.imp b/.includes.imp new file mode 100644 index 0000000..5f8981a --- /dev/null +++ b/.includes.imp @@ -0,0 +1,4 @@ +[ + { "symbol": [ "QX11Info", "private", "", "public" ] }, + { "symbol": [ "WId", "private", "", "public" ] } +] -- cgit v1.2.1