fix: build error on ubuntu

This commit is contained in:
rankun 2020-03-08 16:25:34 +08:00
commit dd26218ce4

View file

@ -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;
} }