summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsproxywidget_p.h
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@nokia.com>2012-05-22 20:08:00 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-26 10:14:12 +0200
commit9b7b90cf550abd107b03ce3d6d8e4ff87401bcd8 (patch)
tree3d8970598ab5b029025d0f952de387d727341fef /src/widgets/graphicsview/qgraphicsproxywidget_p.h
parentccd56e984497771de7e13bdc286a156296cff58f (diff)
Fix Qt 5 to-do's in QGraphicsProxyWidget
Task-number: QTBUG-25091 Change-Id: Ic4160f90f69167d40ee1e569562d25eb009615aa Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/widgets/graphicsview/qgraphicsproxywidget_p.h')
-rw-r--r--src/widgets/graphicsview/qgraphicsproxywidget_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/graphicsview/qgraphicsproxywidget_p.h b/src/widgets/graphicsview/qgraphicsproxywidget_p.h
index e7e4139f3f..fd47c8a483 100644
--- a/src/widgets/graphicsview/qgraphicsproxywidget_p.h
+++ b/src/widgets/graphicsview/qgraphicsproxywidget_p.h
@@ -84,9 +84,6 @@ public:
QWidget *findFocusChild(QWidget *child, bool next) const;
void removeSubFocusHelper(QWidget *widget, Qt::FocusReason reason);
- // ### Qt 5: Remove. Workaround for reimplementation added after Qt 4.4.
- QVariant inputMethodQueryHelper(Qt::InputMethodQuery query) const;
-
void _q_removeWidgetSlot();
void embedSubWindow(QWidget *);