From 0bb929bd95888fb3fdf6c2393706c8812daa855b Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Mon, 11 May 2020 09:11:35 +0800 Subject: [PATCH] Add references in README_unix.md Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- README_unix.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README_unix.md b/README_unix.md index 5ab12fc..adf4373 100644 --- a/README_unix.md +++ b/README_unix.md @@ -35,6 +35,13 @@ helper.setIgnoreAreas(&widget, {{0, 0, 30, 40}, {40, 0, 30, 40}}); | Qt | >= 5.15 | This code uses two functions, [`startSystemMove`](https://doc.qt.io/qt-5/qwindow.html#startSystemMove) and [`startSystemResize`](https://doc.qt.io/qt-5/qwindow.html#startSystemResize), which are introduced in Qt 5.15 | | Compiler | >= C++11 | MSVC, MinGW, Clang-CL, Intel-CL / GCC, Clang, ICC are all supported | +## References for developers + +- +- +- +- + ## License ```text