| |
---|
| | updatePreEditor(); |
---|
| | return true; |
---|
| | } else |
---|
| | if (k_select_prediction.comp(key) && prediction) { |
---|
| | if (!realtime_prediction) { |
---|
| | if ((!realtime_prediction) && m_predictor->isConnected()) { |
---|
| | m_convList = m_predictor->getPredictionList(m_preeditor->getText()); |
---|
| | if (m_convList.count()) { |
---|
| | m_lookup_table.clear(); |
---|
| | for(unsigned int i = 0;i < m_convList.count();i ++) { |
---|
| |
---|
| | |