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/inputmethod/qximinputcontext_x11.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    345345}
    346346
    347 
     347extern bool qt_use_rtl_extensions; // from qapplication_x11.cpp
     348#ifndef QT_NO_XKB
     349extern QLocale q_getKeyboardLocale(const QByteArray &layoutName, const QByteArray &variantName);
     350#endif
    348351
    349352QXIMInputContext::QXIMInputContext()
     
    376379        QXIMInputContext::create_xim();
    377380#endif // USE_X11R6_XIM
     381
     382
     383
     384
     385
     386
     387
     388
     389
     390
     391
     392
     393
     394
     395
     396
     397
     398
     399
     400
     401
     402
     403
     404
     405
     406
     407
     408
     409
     410
     411
     412
     413
     414
     415
     416
     417
     418
     419
     420
     421
    378422}
    379423
Note: See TracChangeset for help on using the changeset viewer.