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