> Hi,
>
> can someone tell me what's the idea behind the various search methods like
> static QString currentTimeLineSearchName();
> ?
It's a special name used for the "current" searches in the database. When
user-visible, these names must be changed to i18n("Current Time Line Search")
etc. The idea is to avoid typing constants.