From 3ab41baad91dd25a0684145ece42a851c34d95e6 Mon Sep 17 00:00:00 2001 From: Nikita Kobzev Date: Thu, 1 Aug 2024 09:44:12 +0300 Subject: [PATCH] Fix the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2133f84..835c71c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ A plugin for pretty printing [Qt][qt] types by [CLion][clion] and other compatible Intellij IDEs. -The plugin wraps [Qt6Renderer][qt6renderer]. Bring up any problems there. +> [!NOTE] +> The plugin wraps [Qt6Renderer][qt6renderer]. Bring up any problems there. ## Qt versions support * 6.x @@ -85,6 +86,7 @@ For lldb, that looks like `02 07 06 00 00 00 00 00`: ![Have debug info lldb](images/debug_info_lldb_good.png) [qt]: https://www.qt.io/ +[clion]: https://www.jetbrains.com/clion/ [gdb]: https://sourceware.org/gdb/ [lldb]: https://lldb.llvm.org/ [qt6renderer]: https://github.com/winseros/Qt6Renderer