Dynamic sorting of online service model

This commit is contained in:
craig.p.drummond
2013-10-10 20:30:02 +00:00
parent 3d3675c4d4
commit 63c89af45a
13 changed files with 44 additions and 37 deletions

View File

@@ -96,7 +96,7 @@ void DynamicPage::searchItems()
{
QString text=view->searchText().trimmed();
proxy.update(text);
if (proxy.enabled() && !text.isEmpty()) {
if (proxy.enabled() && !proxy.filterText().isEmpty()) {
view->expandAll();
}
}