Utilities/Sphinx: Fix QtHelp generator identifiers

Add missinge entry in `create_identifiers.py` helper.
This commit is contained in:
Brad King
2018-04-19 08:48:28 -04:00
parent c14497191b
commit 7e532abc78

View File

@@ -22,6 +22,7 @@ for line in lines:
mapping = (("command", "command"),
("variable", "variable"),
("generator", "generator"),
("target property", "prop_tgt"),
("test property", "prop_test"),
("source file property", "prop_sf"),