unused QskVirtualKeyboard::event removed

This commit is contained in:
Uwe Rathmann 2018-05-01 11:51:56 +02:00
parent 5636ddf329
commit 456bf48dec
2 changed files with 0 additions and 10 deletions

View File

@ -546,13 +546,4 @@ void QskVirtualKeyboard::setMode( QskVirtualKeyboard::Mode mode )
Q_EMIT modeChanged( m_data->mode ); Q_EMIT modeChanged( m_data->mode );
} }
bool QskVirtualKeyboard::event( QEvent* event )
{
/*
Handling Qt::Key_Return/Qt::KeyEscape here
and forward everything else to the input item TODO ...
*/
return Inherited::event( event );
}
#include "moc_QskVirtualKeyboard.cpp" #include "moc_QskVirtualKeyboard.cpp"

View File

@ -47,7 +47,6 @@ Q_SIGNALS:
void keySelected( int keyCode ); void keySelected( int keyCode );
protected: protected:
virtual bool event( QEvent* ) override;
virtual void updateLayout() override; virtual void updateLayout() override;
private Q_SLOTS: private Q_SLOTS: