diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-06 23:25:28 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-06 23:25:28 (GMT) |
commit | f5a2f15fc9283ac8d2ed3cd642d56e223ad3f15c (patch) | |
tree | 8d5c950c0e564afa6ceab4a82afdc9dde44d7d2e /src | |
parent | 8d06f4e3922f809a77f1a3c20bba4be8f6982f7b (diff) | |
download | Qt-f5a2f15fc9283ac8d2ed3cd642d56e223ad3f15c.zip Qt-f5a2f15fc9283ac8d2ed3cd642d56e223ad3f15c.tar.gz Qt-f5a2f15fc9283ac8d2ed3cd642d56e223ad3f15c.tar.bz2 |
Fix typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/fx/qfxpathview.cpp | 2 |
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; } |