diff options
author | axis <qt-info@nokia.com> | 2009-11-04 13:39:03 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-11-04 16:19:11 (GMT) |
commit | e8e40214a29dbec18db5cf1e65aa8bd3f4d7468f (patch) | |
tree | 43e37e3a391f7c8fccfc5ffbdca8cfb8ef6234e3 /src/gui/inputmethod | |
parent | ca03a94ed93e4baa71adf9dacb3fddf9590040ef (diff) | |
download | Qt-e8e40214a29dbec18db5cf1e65aa8bd3f4d7468f.zip Qt-e8e40214a29dbec18db5cf1e65aa8bd3f4d7468f.tar.gz Qt-e8e40214a29dbec18db5cf1e65aa8bd3f4d7468f.tar.bz2 |
Unexported a class that doesn't need to be exported.
RevBy: Iain
Diffstat (limited to 'src/gui/inputmethod')
-rw-r--r-- | src/gui/inputmethod/qcoefepinputcontext_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_p.h b/src/gui/inputmethod/qcoefepinputcontext_p.h index 6aef5d4..452aa75 100644 --- a/src/gui/inputmethod/qcoefepinputcontext_p.h +++ b/src/gui/inputmethod/qcoefepinputcontext_p.h @@ -65,10 +65,10 @@ QT_BEGIN_NAMESPACE -class Q_GUI_EXPORT QCoeFepInputContext : public QInputContext, - public MCoeFepAwareTextEditor, - public MCoeFepAwareTextEditor_Extension1, - public MObjectProvider +class QCoeFepInputContext : public QInputContext, + public MCoeFepAwareTextEditor, + public MCoeFepAwareTextEditor_Extension1, + public MObjectProvider { Q_OBJECT |