equal
deleted
inserted
replaced
41 |
41 |
42 #include "hbinputprediction12keyhandler.h" |
42 #include "hbinputprediction12keyhandler.h" |
43 #include "hbinputpredictionhandler_p.h" |
43 #include "hbinputpredictionhandler_p.h" |
44 #include "hbinputabstractbase.h" |
44 #include "hbinputabstractbase.h" |
45 #include "hbinputprediction12keyhandler_p.h" |
45 #include "hbinputprediction12keyhandler_p.h" |
46 |
|
47 static const qreal HbDeltaHeight = 3.0; |
|
48 static const qint16 MAXUDBWORDSIZE = 64; |
|
49 |
46 |
50 HbInputPrediction12KeyHandlerPrivate::HbInputPrediction12KeyHandlerPrivate() |
47 HbInputPrediction12KeyHandlerPrivate::HbInputPrediction12KeyHandlerPrivate() |
51 :mLastKey(0), |
48 :mLastKey(0), |
52 mButtonDown(false), |
49 mButtonDown(false), |
53 mCurrentChar(0), |
50 mCurrentChar(0), |