diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-03-31 04:28:59 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-03-31 07:04:43 (GMT) |
commit | 93ae014d7ee06a6ebb701420fffef5895cd731c4 (patch) | |
tree | 4fb5872be0d96587a009cd1bf3d2da35df407c9c /src/gui/kernel/qapplication.h | |
parent | 525e6207b5e5c9cce82ed6e76a65571f56971f92 (diff) | |
download | Qt-93ae014d7ee06a6ebb701420fffef5895cd731c4.zip Qt-93ae014d7ee06a6ebb701420fffef5895cd731c4.tar.gz Qt-93ae014d7ee06a6ebb701420fffef5895cd731c4.tar.bz2 |
Add a QGraphicsItem::updateMicroFocus() to QGraphicsItem.
QGraphicsItem is no more lacking a way to notify the input method of a
changed micro focus.
Reviewed-by:denis
Reviewed-by:simon hausmann
Diffstat (limited to 'src/gui/kernel/qapplication.h')
-rw-r--r-- | src/gui/kernel/qapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication.h b/src/gui/kernel/qapplication.h index ee74350..c21b982 100644 --- a/src/gui/kernel/qapplication.h +++ b/src/gui/kernel/qapplication.h @@ -376,6 +376,7 @@ private: Q_DECLARE_PRIVATE(QApplication) friend class QGraphicsWidget; + friend class QGraphicsItem; friend class QGraphicsScene; friend class QGraphicsScenePrivate; friend class QWidget; |