equal
deleted
inserted
replaced
41 |
41 |
42 public slots: |
42 public slots: |
43 void cursorPositionChanged(int oldPos, int newPos); |
43 void cursorPositionChanged(int oldPos, int newPos); |
44 |
44 |
45 protected: |
45 protected: |
46 HbInputBasic12KeyHandler(HbInputBasic12KeyHandlerPrivate &dd, HbInputAbstractMethod* inputMethod); |
46 HbInputBasic12KeyHandler(HbInputBasic12KeyHandlerPrivate &dd, HbInputAbstractMethod* inputMethod); |
47 |
47 |
48 private: |
48 private: |
49 Q_DECLARE_PRIVATE_D(d_ptr, HbInputBasic12KeyHandler) |
49 Q_DECLARE_PRIVATE_D(d_ptr, HbInputBasic12KeyHandler) |
50 Q_DISABLE_COPY(HbInputBasic12KeyHandler) |
50 Q_DISABLE_COPY(HbInputBasic12KeyHandler) |
51 }; |
51 }; |