From 99d50b6e284609e90bade4ef6b754f5cdba9653e Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 30 May 2014 19:48:55 +0800 Subject: write class ZhuyinEditor in progress --- src/ZYZZhuyinEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ZYZZhuyinEditor.h') diff --git a/src/ZYZZhuyinEditor.h b/src/ZYZZhuyinEditor.h index 4ede0ed..bbe4b39 100644 --- a/src/ZYZZhuyinEditor.h +++ b/src/ZYZZhuyinEditor.h @@ -29,13 +29,13 @@ namespace ZY { class Config; class ZhuyinEditor : public PhoneticEditor { + using PhoneticEditor::InputState; public: ZhuyinEditor (ZhuyinProperties & props, Config & config); virtual ~ZhuyinEditor (void); protected: - gboolean processZhuyin (guint keyval, guint keycode, guint modifiers); gboolean processKeyEvent (guint keyval, guint keycode, guint modifiers); virtual void updatePreeditText (); -- cgit