~jm-leddy/ubuntu/oneiric/unity-2d/unsetenvvariables

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/keymonitor.cpp

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-29 16:58:34 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: package-import@ubuntu.com-20110929165834-6rrgqhexh65hopnc
Tags: upstream-4.12.0
ImportĀ upstreamĀ versionĀ 4.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
 
40
40
KeyMonitor::KeyMonitor(QObject* parent)
41
 
: QObject(parent)
 
41
: QObject(parent), m_stop(false)
42
42
{
43
43
    if (this->registerEvents()) {
44
44
        getModifiers();