1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

qunused on event

This commit is contained in:
agilob 2015-10-18 09:46:57 +01:00 committed by Zetok Zalbavar
parent ec3ccc7ca3
commit cde9721600
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -125,6 +125,7 @@ void NetCamView::setTitle(const QString &title)
void NetCamView::showEvent(QShowEvent *event)
{
Q_UNUSED(event);
selfFrame->resetBoundary(videoSurface->getBoundingRect());
}