diff options
-rw-r--r-- | .clant.json | 2 | ||||
-rw-r--r-- | .includes.imp | 4 |
2 files changed, 5 insertions, 1 deletions
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", "<QX11Info>", "public" ] }, + { "symbol": [ "WId", "private", "<QtGui>", "public" ] } +] |