~michael-sheldon/ubuntu-keyboard/fix-1402878

« back to all changes in this revision

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

  • Committer: Christopher Lee
  • Date: 2013-08-13 03:11:49 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: chris.lee@canonical.com-20130813031149-ra0ia30dozfgduf5
Merge in changes from previous repo. Updated for using new repo.

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
};