summaryrefslogtreecommitdiff
path: root/core/pim/osearch/applnksearch.cpp
authortille <tille>2003-05-15 13:55:07 (UTC)
committer tille <tille>2003-05-15 13:55:07 (UTC)
commit80e9fd1b08a3a7173ecf443b2830df4ca6e83ce6 (patch) (side-by-side diff)
tree4245ef4caf67784b452b908a9528ae03f988bf4c /core/pim/osearch/applnksearch.cpp
parentded2a7a5715af1d1f6aab0b79ba90d8a815a9adc (diff)
downloadopie-80e9fd1b08a3a7173ecf443b2830df4ca6e83ce6.zip
opie-80e9fd1b08a3a7173ecf443b2830df4ca6e83ce6.tar.gz
opie-80e9fd1b08a3a7173ecf443b2830df4ca6e83ce6.tar.bz2
owait and settings for search group:
- hide completed todos - show only later events - do not display hits in datebook dated
Diffstat (limited to 'core/pim/osearch/applnksearch.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/applnksearch.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/pim/osearch/applnksearch.cpp b/core/pim/osearch/applnksearch.cpp
index d5b181b..5fa36bb 100644
--- a/core/pim/osearch/applnksearch.cpp
+++ b/core/pim/osearch/applnksearch.cpp
@@ -43,3 +43,2 @@ int AppLnkSearch::search()
{
- int count = 0;
QList<AppLnk> appList = _apps->children();
@@ -49,3 +48,2 @@ int AppLnkSearch::search()
|| (_search.match(app->exec()) != -1) ) {
- count++;
insertItem( app );
@@ -54,3 +52,3 @@ int AppLnkSearch::search()
}
- return count;
+ return _resultCount;
}
@@ -60,2 +58,3 @@ void AppLnkSearch::insertItem( void *rec )
new AppLnkItem( this, (AppLnk*)rec );
+ _resultCount++;
}