~michael-sheldon/ubuntu-keyboard/suggestion-override

« back to all changes in this revision

Viewing changes to src/lib/logic/logic.pri

  • Committer: CI bot
  • Author(s): Michael Sheldon
  • Date: 2014-05-12 23:00:30 UTC
  • mfrom: (158.2.11 multithreaded-spell-checking)
  • Revision ID: ps-jenkins@lists.canonical.com-20140512230030-m87f15loxsazj96y
Refactor language plugins to provide word candidates via signals and move spell checking and predictive text into separate threads Fixes: 1299736

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    logic/abstractlanguagefeatures.h \
11
11
    logic/eventhandler.h \
12
12
    logic/languageplugininterface.h \
 
13
    logic/abstractlanguageplugin.h \
13
14
 
14
15
SOURCES += \
15
16
#    logic/layouthelper.cpp \
19
20
    logic/abstractwordengine.cpp \
20
21
    logic/wordengine.cpp \
21
22
    logic/eventhandler.cpp \
 
23
    logic/abstractlanguageplugin.cpp  
22
24
 
23
25
DEPENDPATH += $$LOGIC_DIR