src/hbcore/inputfw/hbinputkeymap.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputkeymap.h	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/inputfw/hbinputkeymap.h	Thu Jul 22 16:36:53 2010 +0100
@@ -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