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/qinputcontextfactory.cpp

    r769 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])
     
    7474#ifdef Q_WS_S60
    7575#include "qcoefepinputcontext_p.h"
    76 #include "akninputlanguageinfo.h"
     76#include "nfo.h"
    7777#endif
    7878
     
    8282QT_BEGIN_NAMESPACE
    8383
    84 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)
     84#if
    8585Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
    8686    (QInputContextFactoryInterface_iid, QLatin1String("/inputmethods")))
     
    154154    }
    155155#endif
    156 #if defined(QT_NO_LIBRARY) || defined(QT_NO_SETTINGS)
     156#if
    157157    Q_UNUSED(key);
    158158#else
     
    194194    result << QLatin1String("coefep");
    195195#endif
    196 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)
     196#if
    197197    result += loader()->keys();
    198198#endif // QT_NO_LIBRARY
     
    206206    This function contains pure Symbian exception handling code for
    207207    getting S60 language list.
    208     Returned object ownership is transfered to caller.
     208    Returned object ownership is transfered to caller.
    209209*/
    210210static CAknInputLanguageList* s60LangListL()
     
    225225
    226226    This function utility function return S60 language list.
    227     Returned object ownership is transfered to caller.
     227    Returned object ownership is transfered to caller.
    228228*/
    229229static CAknInputLanguageList* s60LangList()
Note: See TracChangeset for help on using the changeset viewer.