equal
deleted
inserted
replaced
28 |
28 |
29 #include <QInputContextPlugin> |
29 #include <QInputContextPlugin> |
30 |
30 |
31 class HbHardwareInputPlugin : public QInputContextPlugin |
31 class HbHardwareInputPlugin : public QInputContextPlugin |
32 { |
32 { |
33 Q_OBJECT |
33 Q_OBJECT |
34 |
34 |
35 public: |
35 public: |
36 HbHardwareInputPlugin(QObject *parent = 0); |
36 HbHardwareInputPlugin(QObject *parent = 0); |
37 ~HbHardwareInputPlugin(); |
37 ~HbHardwareInputPlugin(); |
38 |
38 |
39 public: // From QInputContextPlugin |
39 public: // From QInputContextPlugin |
40 QInputContext* create(const QString& key); |
40 QInputContext* create(const QString& key); |
41 QString description(const QString& key); |
41 QString description(const QString& key); |
42 QString displayName(const QString& key); |
42 QString displayName(const QString& key); |
43 QStringList keys() const; |
43 QStringList keys() const; |
44 QStringList languages(const QString& key); |
44 QStringList languages(const QString& key); |
45 }; |
45 }; |
46 |
46 |
47 #endif // hardwareinputplugin_IMPL_H |
47 #endif // hardwareinputplugin_IMPL_H |
48 |
48 |
49 // End of file |
49 // End of file |