src/hbplugins/inputmethods/common/hbinputabstractbase.cpp
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   219         state.setKeyboard(HbKeyboardVirtual12Key);
   219         state.setKeyboard(HbKeyboardVirtual12Key);
   220         activateState(state);
   220         activateState(state);
   221     }
   221     }
   222 }
   222 }
   223 
   223 
       
   224 QChar HbInputAbstractMethod ::previousChar()
       
   225 {
       
   226     return QChar();
       
   227 }
       
   228 
       
   229 
   224 // EOF
   230 // EOF
   225 
   231 
   226 
       
   227 
       
   228    
       
   229 QChar HbInputAbstractMethod ::previousChar()
       
   230 {
       
   231     return QChar();
       
   232 }
       
   233 
       
   234 
       
   235 // EOF
       
   236