diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-21 07:24:36 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-21 07:24:36 (GMT) |
commit | 34055e0160e2e94b0dd6b972c5bdc96a421adcf1 (patch) | |
tree | bf7667e86dfe4d5c8e7ee3be40aa8862ff4042ca /src/declarative/util/qmllistmodel.cpp | |
parent | c301d995c646c70f8f943e2e4fc293a3e2d29edf (diff) | |
parent | 8db694cb38e1f7f5096db96fcc1f168b13e643a4 (diff) | |
download | Qt-34055e0160e2e94b0dd6b972c5bdc96a421adcf1.zip Qt-34055e0160e2e94b0dd6b972c5bdc96a421adcf1.tar.gz Qt-34055e0160e2e94b0dd6b972c5bdc96a421adcf1.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/util/qmllistmodel.cpp')
-rw-r--r-- | src/declarative/util/qmllistmodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/util/qmllistmodel.cpp b/src/declarative/util/qmllistmodel.cpp index 8edd871..0c167c0 100644 --- a/src/declarative/util/qmllistmodel.cpp +++ b/src/declarative/util/qmllistmodel.cpp @@ -46,7 +46,6 @@ #include <private/qmlparser_p.h> #include "qmlopenmetaobject.h" #include <qmlcontext.h> -#include <qmlbindablevalue.h> #include "qmllistmodel.h" Q_DECLARE_METATYPE(QListModelInterface *) |