diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-05-20 06:14:55 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-05-20 06:14:55 (GMT) |
commit | 63b7592be90d17be954bbfb9fd194dccb09741ea (patch) | |
tree | 706d79c32b94f2d4e2e6ff69bebec3c14b370562 /src/declarative/fx/qfxpathview.cpp | |
parent | e484ee27f929aca738a269947237d834dab89b39 (diff) | |
download | Qt-63b7592be90d17be954bbfb9fd194dccb09741ea.zip Qt-63b7592be90d17be954bbfb9fd194dccb09741ea.tar.gz Qt-63b7592be90d17be954bbfb9fd194dccb09741ea.tar.bz2 |
Remove debug
Diffstat (limited to 'src/declarative/fx/qfxpathview.cpp')
-rw-r--r-- | src/declarative/fx/qfxpathview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxpathview.cpp b/src/declarative/fx/qfxpathview.cpp index b1c78e9..e315547 100644 --- a/src/declarative/fx/qfxpathview.cpp +++ b/src/declarative/fx/qfxpathview.cpp @@ -559,7 +559,6 @@ bool QFxPathView::mouseFilter(QGraphicsSceneMouseEvent *e) void QFxPathViewPrivate::regenerate() { Q_Q(QFxPathView); - qDebug() << "relaease all pathview"; for (int i=0; i<items.count(); i++){ QFxItem *p = items[i]; releaseItem(p); @@ -699,7 +698,6 @@ void QFxPathView::itemsInserted(int modelIndex, int count) void QFxPathView::itemsRemoved(int modelIndex, int count) { - qDebug() << "QFxPathView::itemsRemoved"; //XXX support animated removal Q_D(QFxPathView); if (!d->isValid()) |