src/hbcore/inputfw/hbinputpredictioncallback.h
changeset 21 4633027730f5
parent 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputpredictioncallback.h	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbcore/inputfw/hbinputpredictioncallback.h	Wed Aug 18 10:05:37 2010 +0300
@@ -50,6 +50,7 @@
     virtual QList<HbKeyPressProbability> probableKeypresses() {
         return QList<HbKeyPressProbability>();
     }
+    virtual bool isPunctuationKey(const Qt::Key key, const HbKeyboardType keypad) = 0;
 };
 
 #endif // HB_INPUT_PREDICTION_CALLBACK_H