summaryrefslogtreecommitdiff
path: root/src/opensearch/opensearchmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opensearch/opensearchmanager.h')
-rw-r--r--src/opensearch/opensearchmanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/opensearch/opensearchmanager.h b/src/opensearch/opensearchmanager.h
index ca969810..a75c765b 100644
--- a/src/opensearch/opensearchmanager.h
+++ b/src/opensearch/opensearchmanager.h
@@ -45,16 +45,16 @@
class OpenSearchEngine;
/**
- * This class acts as a proxy between the SearchBar plugin
+ * This class acts as a proxy between the SearchBar plugin
* and the individual suggestion engine.
- * This class has a map of all available engines,
+ * This class has a map of all available engines,
* and route the suggestion request to the correct engine.
*/
class OpenSearchManager : public QObject
{
Q_OBJECT
- enum STATE
+ enum STATE
{
REQ_SUGGESTION,
REQ_DESCRIPTION,
@@ -82,7 +82,7 @@ public:
public Q_SLOTS:
/**
* Ask the specific suggestion engine to request for suggestion for the search text
- *
+ *
* @param searchText the text to be queried to the suggestion service
*/
void requestSuggestion(const QString &searchText);