mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-02 05:48:38 +00:00
fix: build error on ubuntu
This commit is contained in:
parent
7eebde72fc
commit
dd26218ce4
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ QRect VideoForm::getGrabCursorRect()
|
||||||
rc.setWidth(rc.width() - 180);
|
rc.setWidth(rc.width() - 180);
|
||||||
rc.setHeight(rc.height() - 60);
|
rc.setHeight(rc.height() - 60);
|
||||||
#else
|
#else
|
||||||
Q_UNUSED(grab)
|
|
||||||
#endif
|
#endif
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue