summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/examples/platformplugin/qwebkitplatformplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/examples/platformplugin/qwebkitplatformplugin.h')
-rw-r--r--WebKit/qt/examples/platformplugin/qwebkitplatformplugin.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/WebKit/qt/examples/platformplugin/qwebkitplatformplugin.h b/WebKit/qt/examples/platformplugin/qwebkitplatformplugin.h
index 76496c5..faa6989 100644
--- a/WebKit/qt/examples/platformplugin/qwebkitplatformplugin.h
+++ b/WebKit/qt/examples/platformplugin/qwebkitplatformplugin.h
@@ -110,12 +110,9 @@ public:
};
virtual bool supportsExtension(Extension extension) const = 0;
- virtual QWebSelectMethod* createSelectInputMethod() const = 0;
- virtual QWebNotificationPresenter* createNotificationPresenter() const = 0;
- virtual QWebHapticFeedbackPlayer* createHapticFeedbackPlayer() const = 0;
-
+ virtual QObject* createExtension(Extension extension) const = 0;
};
-Q_DECLARE_INTERFACE(QWebKitPlatformPlugin, "com.nokia.Qt.WebKit.PlatformPlugin/1.4");
+Q_DECLARE_INTERFACE(QWebKitPlatformPlugin, "com.nokia.Qt.WebKit.PlatformPlugin/1.5");
#endif // QWEBKITPLATFORMPLUGIN_H