summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-06 23:25:28 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-05-06 23:25:28 (GMT)
commitf5a2f15fc9283ac8d2ed3cd642d56e223ad3f15c (patch)
tree8d5c950c0e564afa6ceab4a82afdc9dde44d7d2e /src/declarative/fx
parent8d06f4e3922f809a77f1a3c20bba4be8f6982f7b (diff)
downloadQt-f5a2f15fc9283ac8d2ed3cd642d56e223ad3f15c.zip
Qt-f5a2f15fc9283ac8d2ed3cd642d56e223ad3f15c.tar.gz
Qt-f5a2f15fc9283ac8d2ed3cd642d56e223ad3f15c.tar.bz2
Fix typo.
Diffstat (limited to 'src/declarative/fx')
-rw-r--r--src/declarative/fx/qfxpathview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxpathview.cpp b/src/declarative/fx/qfxpathview.cpp
index ca6379f..715ae5a 100644
--- a/src/declarative/fx/qfxpathview.cpp
+++ b/src/declarative/fx/qfxpathview.cpp
@@ -700,7 +700,7 @@ void QFxPathView::itemsRemoved(int modelIndex, int count)
}
if (d->model->count() == 0) {
- d->currentIndex == -1;
+ d->currentIndex = -1;
d->moveOffset.setValue(0);
return;
}