summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h')
-rw-r--r--WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h b/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h
index e8481d4..2520f6c 100644
--- a/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h
+++ b/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h
@@ -61,9 +61,11 @@ public:
const QString title() const;
const QString message() const;
const QByteArray iconData() const;
+ const QUrl openerPageUrl() const;
public Q_SLOTS:
void notificationClosed();
+ void notificationClicked();
public:
#ifndef QT_NO_SYSTEMTRAYICON
@@ -102,6 +104,8 @@ public:
static NotificationPresenterClientQt* notificationPresenter();
Notification* notificationForWrapper(const NotificationWrapper*) const;
+ void notificationClicked(NotificationWrapper*);
+ void notificationClicked(const QString& title);
private:
void sendEvent(Notification*, const AtomicString& eventName);