fix: build error on ubuntu

This commit is contained in:
rankun 2020-03-08 16:25:34 +08:00
parent 7de2e9a8cf
commit 8707167bf5

View file

@ -87,7 +87,7 @@ QRect VideoForm::getGrabCursorRect()
rc.setWidth(rc.width() - 180);
rc.setHeight(rc.height() - 60);
#else
Q_UNUSED(grab)
#endif
return rc;
}