~cosmos-door/+junk/Input

« back to all changes in this revision

Viewing changes to anthy/anthy.cpp

  • Committer: Mitsuya Shibata
  • Date: 2013-04-14 12:40:58 UTC
  • Revision ID: mty.shibata@gmail.com-20130414124058-vxwhcxwggvtcc3fq
for anthy

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
            // 前のデータを確定してコミット
68
68
            emit preeditStringCommitted(m_preedit);
69
69
            m_preedit = "";
 
70
            m_converting = false;
70
71
            m_num = 0;
71
72
        }
72
73