Remove a few more obsolete parts.
Change-Id: I3a001f01ab7fd8cf63452126037b98c1b01df80d Reviewed-on: http://codereview.qt.nokia.com/1797 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
1403a1c7be
commit
eccb43d73c
@@ -56,11 +56,6 @@ VideoWidget::VideoWidget(QWidget *parent)
|
||||
|
||||
void VideoWidget::keyPressEvent(QKeyEvent *event)
|
||||
{
|
||||
#ifdef Q_OS_SYMBIAN
|
||||
if (isFullScreen())
|
||||
setFullScreen(false);
|
||||
#endif
|
||||
|
||||
if (event->key() == Qt::Key_Escape && isFullScreen()) {
|
||||
showNormal();
|
||||
|
||||
@@ -83,13 +78,6 @@ void VideoWidget::mouseDoubleClickEvent(QMouseEvent *event)
|
||||
|
||||
void VideoWidget::mousePressEvent(QMouseEvent *event)
|
||||
{
|
||||
#ifdef Q_WS_MAEMO_5
|
||||
if (isFullScreen())
|
||||
setFullScreen(false);
|
||||
|
||||
event->accept();
|
||||
#else
|
||||
QVideoWidget::mousePressEvent(event);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user