summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-22 13:11:36 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-22 13:11:36 (GMT)
commit792e3b4402954bb68fcc2c44e8e3f1fa7e2fe77b (patch)
tree50685cbb5cd04bfd173446a41de22fcefbdc1aa9 /src/gui/kernel
parentb63fc1726fe3df49c6577d8ac26095d0c8738925 (diff)
downloadQt-792e3b4402954bb68fcc2c44e8e3f1fa7e2fe77b.zip
Qt-792e3b4402954bb68fcc2c44e8e3f1fa7e2fe77b.tar.gz
Qt-792e3b4402954bb68fcc2c44e8e3f1fa7e2fe77b.tar.bz2
Remove debug output
Oops. Reviewed-by: Trust me
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qcocoaview_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qcocoaview_mac.mm b/src/gui/kernel/qcocoaview_mac.mm
index 417d54c..d49c150 100644
--- a/src/gui/kernel/qcocoaview_mac.mm
+++ b/src/gui/kernel/qcocoaview_mac.mm
@@ -504,7 +504,6 @@ extern "C" {
- (void)drawRect:(NSRect)aRect
{
- qDebug("drawRect");
if (QApplicationPrivate::graphicsSystem() != 0) {
if (QWidgetBackingStore *bs = qwidgetprivate->maybeBackingStore())
bs->markDirty(qwidget->rect(), qwidget);