mediawidget.h: mark override virtual functions as such

Authored by mauroc on May 17 2019, 1:55 AM.

Description

mediawidget.h: mark override virtual functions as such

Clang complains about several functions that are overriding
virtual functions from Qt, like:

/src/mediawidget.h:204:7: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
15:53:45 void keyPressEvent(QKeyEvent *event);

Mark those functions as such, in order to get rid of the
warnings.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

Details

Committed
maurocMay 17 2019, 1:55 AM
Parents
R466:1d23902a310a: README.md: improve the instructions for using Docker
Branches
Unknown
Tags
Unknown