Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / trunk / src / base / gui / SearchBarWidget.h
index 388c468..25eed8b 100644 (file)
@@ -60,7 +60,7 @@ Q_SIGNALS:
     void historyNext();
 
     //! Requests to show history list
-    void historyShow();
+    void historyShow(QPoint p = QPoint(-1,-1));
 
     //! Requests to refresh state of history buttons
     void refreshHistoryButtons();
@@ -108,6 +108,7 @@ private Q_SLOTS:
     void clearSearchWordToolButtonClicked();
     void searchPushButtonClicked();
     void delaySearchTimeout();
+    void showHistoryButtonClicked();
 
 
 private: