diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-03-10 17:47:25 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-03-10 17:47:25 (GMT) |
commit | a2e78555fe40726c6e3ace09db34ec2afd1cee59 (patch) | |
tree | 057fa3fb2fc020e34264097affd26ff2baad068b /src/declarative/graphicsitems/qdeclarativetextedit_p.h | |
parent | b80466364fe6c6ca030b884f2d8df94bdfa477b9 (diff) | |
parent | e5922ab126f3532483b18720ce893d6be826d50e (diff) | |
download | Qt-a2e78555fe40726c6e3ace09db34ec2afd1cee59.zip Qt-a2e78555fe40726c6e3ace09db34ec2afd1cee59.tar.gz Qt-a2e78555fe40726c6e3ace09db34ec2afd1cee59.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (39 commits)
Document - and use - the qmlRegisterXXX template functions
when loading debug import plugins on Mac, try with _debug.dylib suffix
fix inclusion of qt_targets.pri in qimportbase.pri
Use TARGETPATH instead of hardcoding locations
Fix location in which webkit import is stored in builddir
Oooops --- revert wrong commit
Remove accidentally submitted code
Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model change.
Unify binding optimizer and QtScript binding signal management logic
Schedule view relayout after itemsInserted/Removed()
Use no-version-specified to mean any version (used to work, fixed again,
URL redirection for font loader
URL redirection for AnimatedImage
Technically, Location can be relative (never is though...)
URL redirection for normal images.
URL redirection for components resources.
URL redirects for border image.
Implement URL redirection for types and XmlListModel.
Doc
Link with the correct library for TCommDbConnPref
...
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativetextedit_p.h')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativetextedit_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextedit_p.h b/src/declarative/graphicsitems/qdeclarativetextedit_p.h index 6183b1d..b1682c4 100644 --- a/src/declarative/graphicsitems/qdeclarativetextedit_p.h +++ b/src/declarative/graphicsitems/qdeclarativetextedit_p.h @@ -215,8 +215,6 @@ protected: void keyPressEvent(QKeyEvent *); void keyReleaseEvent(QKeyEvent *); - void focusChanged(bool); - // mouse filter? void mousePressEvent(QGraphicsSceneMouseEvent *event); void mouseReleaseEvent(QGraphicsSceneMouseEvent *event); |