Changeset 846 for trunk/src/gui/inputmethod/qximinputcontext_x11.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/inputmethod/qximinputcontext_x11.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 345 345 } 346 346 347 347 extern bool qt_use_rtl_extensions; // from qapplication_x11.cpp 348 #ifndef QT_NO_XKB 349 extern QLocale q_getKeyboardLocale(const QByteArray &layoutName, const QByteArray &variantName); 350 #endif 348 351 349 352 QXIMInputContext::QXIMInputContext() … … 376 379 QXIMInputContext::create_xim(); 377 380 #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 378 422 } 379 423
Note:
See TracChangeset
for help on using the changeset viewer.