diff options
Diffstat (limited to 'include/nullim.h')
-rw-r--r-- | include/nullim.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/nullim.h b/include/nullim.h new file mode 100644 index 0000000..ce72090 --- /dev/null +++ b/include/nullim.h @@ -0,0 +1,14 @@ +#ifndef NULLIM_H +#define NULLIM_H + +#include <swinputmeth.h> + + +class NullIM : public SWInputMethod { + +public: + NullIM(); + int * translate(char ch); +}; + +#endif |