mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Revert r1070031
Nepomuk::Query::Query is no bug, it is a class from a nested namespace. The commit broke compilation. CCMAIL: Ch.Ehrlicher@gmx.de svn path=/trunk/KDE/kdebase/apps/; revision=1070063
This commit is contained in:
parent
9dd080b803
commit
aea266ab6b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ private:
|
||||||
* custom search query as Nepomuk confrom query.
|
* custom search query as Nepomuk confrom query.
|
||||||
* @see DolphinSearchOptionsConfigurator::setCustomSearchQuery()
|
* @see DolphinSearchOptionsConfigurator::setCustomSearchQuery()
|
||||||
*/
|
*/
|
||||||
Nepomuk::Query nepomukQuery() const;
|
Nepomuk::Query::Query nepomukQuery() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_initialized;
|
bool m_initialized;
|
||||||
|
|
Loading…
Reference in a new issue