summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsproxywidget.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.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.h')
-rw-r--r--src/widgets/graphicsview/qgraphicsproxywidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/graphicsview/qgraphicsproxywidget.h b/src/widgets/graphicsview/qgraphicsproxywidget.h
index 90a90e07a6..7bd1cf007d 100644
--- a/src/widgets/graphicsview/qgraphicsproxywidget.h
+++ b/src/widgets/graphicsview/qgraphicsproxywidget.h
@@ -116,9 +116,9 @@ protected:
void focusInEvent(QFocusEvent *event);
void focusOutEvent(QFocusEvent *event);
bool focusNextPrevChild(bool next);
- // ### Qt 4.5:
- // QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
- // void inputMethodEvent(QInputMethodEvent *event);
+
+ QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
+ void inputMethodEvent(QInputMethodEvent *event);
QSizeF sizeHint(Qt::SizeHint which, const QSizeF &constraint = QSizeF()) const;
void resizeEvent(QGraphicsSceneResizeEvent *event);