fix: build error on ubuntu

dev
rankun 6 years ago
parent 7eebde72fc
commit dd26218ce4

@ -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…
Cancel
Save