Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/kernel/qkeymapper_s60.cpp

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    145145    {EKeyDevice1, EStdKeyDevice1, Key_Context2}, // Found by manual testing.
    146146    {EKeyDevice3, EStdKeyDevice3, Key_Select},
    147 //    {EKeyDevice7, EStdKeyDevice7, Key_Camera},  //not supported by qt yet
     147    {EKeyDevice7, EStdKeyDevice7, Key_Camera}, 
    148148    {EKeyApplication0, EStdKeyApplication0, Key_Menu}, // Found by manual testing.
    149149    {EKeyApplication1, EStdKeyApplication1, Key_Launch1}, // Found by manual testing.
     
    162162    {EKeyApplicationE, EStdKeyApplicationE, Key_LaunchE},
    163163    {EKeyApplicationF, EStdKeyApplicationF, Key_LaunchF},
    164 //    {EKeyApplication19, EStdKeyApplication19, Key_CameraFocus},  //not supported by qt yet
     164    {EKeyApplication19, EStdKeyApplication19, Key_CameraFocus},
    165165    {EKeyYes, EStdKeyYes, Key_Yes},
    166166    {EKeyNo, EStdKeyNo, Key_No},
Note: See TracChangeset for help on using the changeset viewer.