mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
SVN_SILENT: minor coding style fix (Sebastian likes spaces :-))
svn path=/trunk/KDE/kdebase/apps/; revision=1059988
This commit is contained in:
parent
207cb06316
commit
233a08164f
1 changed files with 3 additions and 3 deletions
|
@ -194,9 +194,9 @@ KUrl DolphinSearchOptionsConfigurator::nepomukUrl() const
|
|||
query.setTerm(andTerm);
|
||||
}
|
||||
|
||||
Nepomuk::Query::Query customQuery = Nepomuk::Query::QueryParser::parseQuery( m_customSearchQuery );
|
||||
if ( customQuery.isValid() ) {
|
||||
query.setTerm( Nepomuk::Query::AndTerm( query.term(), customQuery.term() ) );
|
||||
Nepomuk::Query::Query customQuery = Nepomuk::Query::QueryParser::parseQuery(m_customSearchQuery);
|
||||
if (customQuery.isValid()) {
|
||||
query.setTerm(Nepomuk::Query::AndTerm(query.term(), customQuery.term()));
|
||||
}
|
||||
|
||||
return query.toSearchUrl();
|
||||
|
|
Loading…
Reference in a new issue