From d9b1df165f9daad6a5229718ecd0ee50a5ef6bf1 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 16 Nov 2020 17:51:46 +0800 Subject: add support for type xref and variable xref --- docs/about/open-source.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 0aaee432..d7e782bb 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -21,6 +21,7 @@ The previous tools are used in the generation of our documentation, but are not - [libxcb] ([libxcb license] - MIT) - [sourcecodepro] ([sourcecodepro license] - SIL open font license) - [rlcompleter] ([python license] - Python Software Foundation License 2) + - [QCheckboxCombo] ([QCheckboxCombo License] - MIT) * Core - [discount] ([discount license] - BSD) @@ -124,4 +125,6 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [curl license]: https://github.com/curl/curl/blob/master/COPYING [curl]: https://github.com/curl/curl [nom license]: https://github.com/Geal/nom/blob/master/LICENSE -[nom]: https://github.com/Geal/nom \ No newline at end of file +[nom]: https://github.com/Geal/nom +[QCheckboxCombo]: https://github.com/CuriousCrow/QCheckboxCombo +[QCheckboxCombo License]: https://github.com/CuriousCrow/QCheckboxCombo/blob/master/LICENSE \ No newline at end of file -- cgit v1.3.1