Set number of thred to idealCount+1=cores number+1
[mdictionary] / trunk / src / base / backbone / backbone.h
index a0b41b0..0ced6e4 100644 (file)
@@ -40,6 +40,7 @@
 #include <QTimer>
 #include <QTime>
 #include <QDir>
+#include <QThread>
 #include <QSettings>
 #include "../../includes/CommonDictInterface.h"
 #include "../../includes/settings.h"
@@ -84,9 +85,6 @@ public:
     //! \return maximum number of word that plugin could find
     int searchLimit() const;
 
-    //! \return number of active searches
-    int activeSearches() const;
-
     /*! Performs search for final translation (html/xml) form
       \param list of Translation* to be searched for
       */