browsercore/appfw/Api/Managers/HistoryManager.h
changeset 14 6aeb7a756187
parent 12 afcd8e6d025b
--- a/browsercore/appfw/Api/Managers/HistoryManager.h	Fri Sep 17 12:11:40 2010 -0400
+++ b/browsercore/appfw/Api/Managers/HistoryManager.h	Thu Sep 23 15:32:11 2010 -0400
@@ -64,6 +64,7 @@
     void addHistory(const QString &url, const QString &title);
     void addHistory(const QUrl &url, const QString &title);
     void clearHistory();
+    QMap<QString, QString> findHistory(const QString title);
 
     QAction * getActionClearHistory();