diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-07-21 04:36:51 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-07-21 04:37:32 (GMT) |
commit | bd7d4947940593e7f56eccfae57db90d3b4acc4d (patch) | |
tree | f1ff30bda7818dc93be700f8c6c5f7712cbe498e /src | |
parent | cc93c22c5e8d2a0b9382e546a87fb2521151c1f7 (diff) | |
download | Qt-bd7d4947940593e7f56eccfae57db90d3b4acc4d.zip Qt-bd7d4947940593e7f56eccfae57db90d3b4acc4d.tar.gz Qt-bd7d4947940593e7f56eccfae57db90d3b4acc4d.tar.bz2 |
Rename remaining 'wantsFocus'.
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp index 301779a..c5c1a47 100644 --- a/src/declarative/graphicsitems/qdeclarativeitem.cpp +++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp @@ -2872,7 +2872,7 @@ void QDeclarativeItem::setSmooth(bool smooth) */ /*! - \property QDeclarativeItem::wantsFocus + \property QDeclarativeItem::activeFocus \internal */ |