#ifndef TGTSMLPLATFORMINPUTCONTEXTPLUGIN_H #define TGTSMLPLATFORMINPUTCONTEXTPLUGIN_H #include #include "tgtsmlplatforminputcontext.h" class TgtsmlPlatformInputContextPlugin : public QPlatformInputContextPlugin { Q_OBJECT Q_PLUGIN_METADATA(IID QPlatformInputContextFactoryInterface_iid FILE "./res/tgtsml.json") public: TgtsmlPlatformInputContext *create(const QString &key, const QStringList ¶mlist); }; #endif // TGTSMLPLATFORMINPUTCONTEXTPLUGIN_H