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