summaryrefslogtreecommitdiff
path: root/src/plugins/locator/locatorplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/locator/locatorplugin.cpp')
-rw-r--r--src/plugins/locator/locatorplugin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/locator/locatorplugin.cpp b/src/plugins/locator/locatorplugin.cpp
index caa5102f0b..e7758facbe 100644
--- a/src/plugins/locator/locatorplugin.cpp
+++ b/src/plugins/locator/locatorplugin.cpp
@@ -211,8 +211,6 @@ void LocatorPlugin::saveSettings()
}
/*!
- \fn QList<ILocatorFilter*> LocatorPlugin::filters()
-
Return all filters, including the ones created by the user.
*/
QList<ILocatorFilter*> LocatorPlugin::filters()
@@ -221,8 +219,6 @@ QList<ILocatorFilter*> LocatorPlugin::filters()
}
/*!
- \fn QList<ILocatorFilter*> LocatorPlugin::customFilters()
-
This returns a subset of all the filters, that contains only the filters that
have been created by the user at some point (maybe in a previous session).
*/