~beernarrd/ubuntu-keyboard/slovenian-layout

« back to all changes in this revision

Viewing changes to src/plugin/inputmethod_p.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-05-27 15:37:47 UTC
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20140527153747-1kyarbk91aon0tu6
Tags: upstream-0.99.trunk.phablet2+14.10.20140527
ImportĀ upstreamĀ versionĀ 0.99.trunk.phablet2+14.10.20140527

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
    WordRibbon* wordRibbon;
64
64
 
 
65
    int previous_position;
 
66
 
65
67
    explicit InputMethodPrivate(InputMethod * const _q,
66
68
                                MAbstractInputMethodHost *host)
67
69
        : q(_q)
79
81
        , m_geometry(new KeyboardGeometry(q))
80
82
        , m_settings()
81
83
        , wordRibbon(new WordRibbon)
 
84
        , previous_position(-1)
82
85
    {
83
86
        applicationApiWrapper->setGeometryItem(m_geometry);
84
87