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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/cswordmodulesearch.h b/src/backend/cswordmodulesearch.h
index bc0d37c..aa864b0 100644
--- a/src/backend/cswordmodulesearch.h
+++ b/src/backend/cswordmodulesearch.h
@@ -66,7 +66,7 @@ class CSwordModuleSearch: public QObject {
Resets the search scope.
*/
inline void resetSearchScope() {
- m_searchScope.ClearList();
+ m_searchScope.clear();
}
/**