aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/help/bookmarkmanager.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-04-03 15:05:03 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-04-03 17:26:54 +0200
commitb7856be521ec69c94612eda7f6d1d57634634eb3 (patch)
treede8cf70492e6188e3419f9d2a279052e0249144c /src/shared/help/bookmarkmanager.h
parent154364bab7ced7653281c498a8d726a9f7c58f80 (diff)
Help: Decouple BookmarksWidget from OpenPageManager.
Connect via signal to make it possible to build the shared help code as a static library. Change-Id: If4e9c8ee43eb32e08167c7642f52214643de6d5c Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: Marco Bubke <marco.bubke@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/shared/help/bookmarkmanager.h')
-rw-r--r--src/shared/help/bookmarkmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/help/bookmarkmanager.h b/src/shared/help/bookmarkmanager.h
index 98b22d3b6a..445b8f7f50 100644
--- a/src/shared/help/bookmarkmanager.h
+++ b/src/shared/help/bookmarkmanager.h
@@ -119,6 +119,7 @@ public:
signals:
void addBookmark();
void linkActivated(const QUrl &url);
+ void createPage(const QUrl &url, bool fromSearch);
private slots:
void removeClicked();