README.md
@@ -47,7 +47,7 @@ ## Dependencies + Qt 5.15 or higher + Qt 5.12 or higher + [qmsetup](https://github.com/stdware/qmsetup) ## Integrate @@ -129,7 +129,7 @@ Let `WidgetWindowAgent` know which widget the title bar is. ```c++ agent->setTitleBarWidget(myTitleBar); agent->setTitleBar(myTitleBar); ``` Next, set system button hints to let `WidgetWindowAgent` know the role of the child widgets, which is important for the Snap Layout to work.