MDI|qtquick: Fix resize cursor not being shown

the docked widgets were resizable but the cursor didn't change
shape
This commit is contained in:
Sergio Martins
2021-02-14 17:41:01 +00:00
parent ed900b8531
commit 07fd577894
2 changed files with 38 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ public:
*/
void setResizeGap(int);
bool isMDI() const;
static int widgetResizeHandlerMargin();
#ifdef Q_OS_WIN