summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-04-28 05:20:59 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-04-28 05:20:59 (GMT)
commit5e6d8f06d4a85ef81ea0f64e4cd305325f82343d (patch)
treeff3509ccdf723f003f2584df93f65ce4efbd3c04 /src/declarative
parentdaab991ef3705813cf0f3662c0b0bc241cafdf0f (diff)
parentdad01e307387f8930a72f19f62ee62e4a036c617 (diff)
downloadQt-5e6d8f06d4a85ef81ea0f64e4cd305325f82343d.zip
Qt-5e6d8f06d4a85ef81ea0f64e4cd305325f82343d.tar.gz
Qt-5e6d8f06d4a85ef81ea0f64e4cd305325f82343d.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/fx/qfxmouseregion_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxmouseregion_p.h b/src/declarative/fx/qfxmouseregion_p.h
index d72b423..e444bf2 100644
--- a/src/declarative/fx/qfxmouseregion_p.h
+++ b/src/declarative/fx/qfxmouseregion_p.h
@@ -82,7 +82,6 @@ public:
lastButton = event->button();
lastButtons = event->buttons();
lastModifiers = event->modifiers();
- qDebug() << "modifiers" << lastModifiers;
}
bool absorb : 1;