src/hbcore/inputfw/hbinputpredictioncallback.h
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputpredictioncallback.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/inputfw/hbinputpredictioncallback.h	Mon Oct 18 18:23:13 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