~thomas-moenicke/phablet-extras/maliit-plugins_fix_focus_out

« back to all changes in this revision

Viewing changes to maliit-keyboard/tests/editor/main.cpp

  • Committer: Tarmac
  • Author(s): Thomas Moenicke
  • Date: 2013-03-26 13:49:55 UTC
  • mfrom: (2107.1.5 maliit-plugins-0.94.0)
  • Revision ID: tarmac-20130326134955-qhv19rwum8b81f7u
upgraded to maliit 0.94.0
updated maliit-keyboard, UI is using QML now
.

Approved by Bill Filler, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include "models/key.h"
38
38
#include "models/text.h"
39
39
#include "logic/languagefeatures.h"
40
 
#include "logic/layout.h"
 
40
#include "logic/layouthelper.h"
41
41
#include "logic/layoutupdater.h"
42
42
#include "logic/style.h"
43
43
#include "view/setup.h"