~beernarrd/ubuntu-keyboard/slovenian-layout

« back to all changes in this revision

Viewing changes to plugins/es/src/spanishplugin.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:
15
15
    explicit SpanishPlugin(QObject* parent = 0)
16
16
        : WesternLanguagesPlugin(parent)
17
17
    {
18
 
        _useDatabase("es");
19
18
    }
20
19
 
21
20
    virtual ~SpanishPlugin()