summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-12 02:04:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-12 04:15:21 +0200
commitee5bd5349bb8d781524307627b205676726d09a7 (patch)
treea1f3208b33da69b10bde772f521e705e69f32c45 /src/widgets/kernel
parent5a2ef8ebddd5546acbf13f37af8d8ecc1178be31 (diff)
Remove Qt 5 to-do comment that will not be addressed.
The suggested behavioural change had the potential to break existing code, so the change won't be made for Qt 5. Task-number: QTBUG-25119 Change-Id: Ie03271d12b21a800c998e073eeb9ca1cd03ffe19 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index 70839e705f..f02a67d9ea 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -6730,7 +6730,6 @@ void QWidget::setContentsMargins(int left, int top, int right, int bottom)
else
updateGeometry();
- // ### Qt 5: compat, remove
if (isVisible()) {
update();
QResizeEvent e(data->crect.size(), data->crect.size());