summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-12 00:44:29 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-12 15:33:23 +0200
commit0734979976ecd12d9849bb31f67c527dca453dfc (patch)
treeebe3c75abce2c5a55331eb0ba08a398444d4b82f
parentb53ea6973102e3ec2a7c84da3496b61d01070b99 (diff)
Remove Qt 5 to-do comment that will not be addressed.
Task-number: QTBUG-25093 Change-Id: Ib78cffe06f721371ff5c16e24db3abae6dcd4984 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
-rw-r--r--src/widgets/graphicsview/qgraphicswidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/graphicsview/qgraphicswidget.h b/src/widgets/graphicsview/qgraphicswidget.h
index e0bb591231..01e3efcc58 100644
--- a/src/widgets/graphicsview/qgraphicswidget.h
+++ b/src/widgets/graphicsview/qgraphicswidget.h
@@ -171,7 +171,6 @@ public:
void dumpFocusChain();
#endif
- // ### Qt 5: Disambiguate
#ifdef Q_NO_USING_KEYWORD
const QObjectList &children() const { return QObject::children(); }
#else