summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-11-13 17:09:23 (GMT)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-11-23 14:16:43 (GMT)
commit20594620667864c48745254abb54dbce442aa6f4 (patch)
tree657997f757f3541353f8e75e08f2991c18c723c5 /src
parentda40c39eb802a40a9108406d1665d9d9b19a7b3c (diff)
downloadQt-20594620667864c48745254abb54dbce442aa6f4.zip
Qt-20594620667864c48745254abb54dbce442aa6f4.tar.gz
Qt-20594620667864c48745254abb54dbce442aa6f4.tar.bz2
Mac: remove superflucious call
The line removed in the patch is done so as a result of change 639b9c0286f0f2d5e50121df8d4125f029074510. That change made the interrupt do an extra round in the event dispatcher.
Diffstat (limited to 'src')
-rw-r--r--src/gui/dialogs/qcolordialog_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/dialogs/qcolordialog_mac.mm b/src/gui/dialogs/qcolordialog_mac.mm
index 5f074c0..53d2e1e 100644
--- a/src/gui/dialogs/qcolordialog_mac.mm
+++ b/src/gui/dialogs/qcolordialog_mac.mm
@@ -336,7 +336,6 @@ QT_USE_NAMESPACE
}
}
- QAbstractEventDispatcher::instance()->interrupt();
if (mResultCode == NSCancelButton)
mPriv->colorDialog()->reject();
else