~michael-sheldon/+junk/keyboard-skeyer-autocorrect

« back to all changes in this revision

Viewing changes to plugins/westernsupport/westernlanguagefeatures.h

  • Committer: Thomas Moenicke
  • Date: 2013-11-28 14:40:54 UTC
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: thomas.moenicke@canonical.com-20131128144054-0lu0iej0ygrbvr0i
added fr, de, es, en, it lang packs
added internal library for sharing code between presage/hunspell based packages
fixes in buildsystem
fixed path for installing plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include "abstractlanguagefeatures.h"
36
36
#include <QObject>
37
37
 
38
 
class LanguageFeatures : public QObject, public AbstractLanguageFeatures
 
38
class WesternLanguageFeatures : public QObject, public AbstractLanguageFeatures
39
39
{
40
40
    Q_OBJECT
41
41
public:
42
 
    explicit LanguageFeatures(QObject *parent = 0);
43
 
    virtual ~LanguageFeatures();
 
42
    explicit WesternLanguageFeatures(QObject *parent = 0);
 
43
    virtual ~WesternLanguageFeatures();
44
44
 
45
45
    virtual bool activateAutoCaps(const QString &preedit) const;
46
46
    virtual QString appendixForReplacedPreedit(const QString &preedit) const;