QNX: Fix build error

This error was caused by a merge

Change-Id: I937ab6ac905ba3a729669060285df6d0c3d5be2f
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Tobias Koenig
Reviewed-by: Wolfgang Bremer <wbremer@blackberry.com>
This commit is contained in:
Rafael Roquetto 2013-03-07 11:38:36 -03:00 committed by The Qt Project
parent 4d2bf663eb
commit ef7c25e848

View File

@ -503,11 +503,6 @@ QPlatformCursor * QQnxScreen::cursor() const
return m_cursor;
}
QPlatformCursor * QQnxScreen::cursor() const
{
return m_cursor;
}
void QQnxScreen::keyboardHeightChanged(int height)
{
if (height == m_keyboardHeight)