summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-04-28 05:15:24 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-04-28 05:15:24 (GMT)
commitdd056dc2c9bfc1dccfb31c076e2f16cf86f7228d (patch)
treebe27759adc7da1b1b2eaeffec1449a1f53b8f571 /src/declarative
parentc8daf2ac917a90a54db780e8844a770a2cd0b464 (diff)
downloadQt-dd056dc2c9bfc1dccfb31c076e2f16cf86f7228d.zip
Qt-dd056dc2c9bfc1dccfb31c076e2f16cf86f7228d.tar.gz
Qt-dd056dc2c9bfc1dccfb31c076e2f16cf86f7228d.tar.bz2
Remove debug.
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;