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/qcoefepinputcontext_p.h

    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)
     
    6767QT_BEGIN_NAMESPACE
    6868
    69 class QCoeFepInputContext : public QInputContext,
    70                             public MCoeFepAwareTextEditor,
    71                             public MCoeFepAwareTextEditor_Extension1,
    72                             public MObjectProvider
     69class Q_AUTOTEST_EXPORT QCoeFepInputContext : public QInputContext,
     70                                              public MCoeFepAwareTextEditor,
     71                                              public MCoeFepAwareTextEditor_Extension1,
     72                                              public MObjectProvider
    7373{
    7474    Q_OBJECT
     
    8585
    8686    bool filterEvent(const QEvent *event);
     87    bool symbianFilterEvent(QWidget *keyWidget, const QSymbianEvent *event);
    8788    void mouseHandler( int x, QMouseEvent *event);
    8889    bool isComposing() const { return !m_preeditString.isEmpty(); }
     
    152153    MFepInlineTextFormatRetriever *m_formatRetriever;
    153154    MFepPointerEventHandlerDuringInlineEdit *m_pointerHandler;
    154     int m_cursorPos;
    155155    QBasicTimer m_tempPreeditStringTimeout;
    156156    bool m_hasTempPreeditString;
     157
     158    friend class tst_QInputContext;
    157159};
    158160
Note: See TracChangeset for help on using the changeset viewer.