minputmethodquick.h   minputmethodquick.h 
skipping to change at line 123 skipping to change at line 123
//! \param text the preedit string. //! \param text the preedit string.
void sendPreedit(const QString &text); void sendPreedit(const QString &text);
//! Sends commit string. Called by QML components. //! Sends commit string. Called by QML components.
//! \param text the commit string. //! \param text the commit string.
void sendCommit(const QString &text); void sendCommit(const QString &text);
//! Tells the framework to switch plugins. Called by QML components. //! Tells the framework to switch plugins. Called by QML components.
void pluginSwitchRequired(int switchDirection); void pluginSwitchRequired(int switchDirection);
//! Tells the framework to close keyboard. Called by QML components.
void userHide();
private: private:
Q_DISABLE_COPY(MInputMethodQuick); Q_DISABLE_COPY(MInputMethodQuick);
Q_DECLARE_PRIVATE(MInputMethodQuick); Q_DECLARE_PRIVATE(MInputMethodQuick);
MInputMethodQuickPrivate *const d_ptr; MInputMethodQuickPrivate *const d_ptr;
}; };
#endif // MEEGO_KEYBOARD_QUICK_H #endif // MEEGO_KEYBOARD_QUICK_H
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/