diff --git a/README.md b/README.md index fc23c0da..c9833af5 100644 --- a/README.md +++ b/README.md @@ -340,8 +340,6 @@ Window { } ``` -**IMPORTANT NOTE for all applications**: Once you called `QWidget::close()` or `Q(Quick)Window::close()`, Qt will release all the resources of the corresponding widget/window, and thus FramelessHelper's custom event handler will also be removed from them at the same time. However, this will make the title bar become unresponsible if you re-open the widget/window. The current workaround for this issue is to hide the widget/window instead of closing it, if you are going to show it again later. But if you have no plan to show the widget/window again after it has been closed, you don't need to do anything to workaround this issue. - ### More Please refer to the demo projects to see more detailed usages: [examples](./examples/) diff --git a/cmake b/cmake index 4b4b9018..743c5a0e 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 4b4b901807771eda16fb07f36a5cb40505f64087 +Subproject commit 743c5a0ed048a964973d052798b46932ff0a32b1