diff -r afcd8e6d025b -r 6aeb7a756187 browsercore/appfw/Api/Managers/HistoryManager.h --- 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 findHistory(const QString title); QAction * getActionClearHistory();