~cherojeong/ubuntu-keyboard/korean-layout

« back to all changes in this revision

Viewing changes to src/lib/logic/layouthelper.h

  • Committer: Michael Terry
  • Date: 2013-11-04 17:48:55 UTC
  • mfrom: (96 trunk)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: michael.terry@canonical.com-20131104174855-mtmwbdavrq77nl1r
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include "models/key.h"
36
36
#include "models/keyarea.h"
37
37
#include "models/wordribbon.h"
 
38
#include "models/layout.h"
38
39
 
39
40
#include <QtCore>
40
41
 
143
144
    Q_SLOT void onKeysOverriden(const Logic::KeyOverrides &overriden_keys,
144
145
                                bool update);
145
146
 
 
147
    Q_SIGNAL void stateChanged(Model::Layout::State state);
146
148
private:
147
149
    const QScopedPointer<LayoutHelperPrivate> d_ptr;
148
150
};