From 545e470e52f0ac6a3a072bf559c796b42c6066b6 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Tue, 15 Jun 2010 19:36:43 +0100 Subject: Merge webkit.org at r61121: Initial merge by git. Change-Id: Icd6db395c62285be384d137164d95d7466c98760 --- WebKit/qt/examples/platformplugin/WebPlugin.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'WebKit/qt/examples/platformplugin/WebPlugin.h') diff --git a/WebKit/qt/examples/platformplugin/WebPlugin.h b/WebKit/qt/examples/platformplugin/WebPlugin.h index a46a07b..9a99d0b 100644 --- a/WebKit/qt/examples/platformplugin/WebPlugin.h +++ b/WebKit/qt/examples/platformplugin/WebPlugin.h @@ -21,6 +21,7 @@ #define WEBPLUGIN_H #include "qwebkitplatformplugin.h" +#include "WebNotificationPresenter.h" #include @@ -88,8 +89,9 @@ class WebPlugin : public QObject, public QWebKitPlatformPlugin public: virtual QWebSelectMethod* createSelectInputMethod() const { return new WebPopup(); } virtual bool supportsExtension(Extension extension) const; + virtual QWebNotificationPresenter* createNotificationPresenter() const { + return new WebNotificationPresenter(); + } }; - - #endif // WEBPLUGIN_H -- cgit v1.1