summaryrefslogtreecommitdiff
path: root/src/backend/cswordmodulesearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/cswordmodulesearch.h')
-rw-r--r--src/backend/cswordmodulesearch.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/src/backend/cswordmodulesearch.h b/src/backend/cswordmodulesearch.h
index cc0c8c1..d40e9fa 100644
--- a/src/backend/cswordmodulesearch.h
+++ b/src/backend/cswordmodulesearch.h
@@ -7,24 +7,19 @@
*
**********/
-
-
#ifndef CSWORDMODULESEARCH_H
#define CSWORDMODULESEARCH_H
-//BibleTime - backend
-class CSwordModuleInfo;
-
-//BibleTime - utils
-#include "util/cpointers.h"
-
-//Qt includes
#include <QObject>
#include <QString>
+#include "util/cpointers.h"
-//Sword includes
+// Sword includes:
#include <listkey.h>
+
+class CSwordModuleInfo;
+
/**
* CSwordModuleSearch manages the search on Sword modules. It manages the thread(s)
* and manages the different modules.
@@ -72,7 +67,6 @@ class CSwordModuleSearch: public QObject, CPointers {
const sword::ListKey& searchScope() const;
void connectFinished( QObject * receiver, const char * member );
- void searchFinished();
/**
* Returns true if all of the specified modules have indices already built.