src/hbcore/inputfw/hbinputkeymap.h
changeset 6 c3690ec91ef8
parent 0 16d8024aca5e
--- a/src/hbcore/inputfw/hbinputkeymap.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/inputfw/hbinputkeymap.h	Wed Jun 23 18:33:25 2010 +0300
@@ -47,11 +47,10 @@
     const QString characters(const HbModifiers modifiers) const;
 };
 
-struct HbKeyboardMap
-{
+struct HbKeyboardMap {
 public:
     HbKeyboardType type;
-    QList<HbMappedKey*> keys;
+    QList<HbMappedKey *> keys;
 };
 
 class HB_CORE_EXPORT HbKeymap
@@ -67,11 +66,11 @@
     virtual const HbMappedKey *keyForIndex(HbKeyboardType keyboard, int keyIndex) const;
     virtual const HbMappedKey *keyForKeycode(HbKeyboardType keyboard, QChar keyCode) const;
     virtual const HbMappedKey *keyForCharacter(HbKeyboardType keyboard, QChar character) const;
-    static bool isDeadKey (int key);
+    static bool isDeadKey(int key);
     static void combineCharacter(QChar deadKey, QChar key, QChar &firstKey, QChar &secondKey);
 
 private:
-    HbKeymapPrivate* mPrivate;
+    HbKeymapPrivate *mPrivate;
 };
 
 #endif // HB_INPUT_KEYMAP_DATA_H