After stoping search non of (partial) results are returned; searchCanceled signal...
[mdictionary] / trunk / src / base / backbone / backbone.h
index 1c8165f..5ab14dd 100644 (file)
@@ -152,6 +152,9 @@ Q_SIGNALS:
     //! emitted when html result is ready to fetch
     void htmlReady();
 
+    //! throwed when searches are stopped
+    void searchCanceled();
+
 
 
 private:
@@ -171,6 +174,7 @@ private:
     int _activeSearchNum;
     int _historyLen, _defaultHistoryLen;
     bool dryRun;
+    bool stopped;
 
 
     void init();