diff options
Diffstat (limited to 'Source/WebKit/qt/examples/platformplugin/WebPlugin.h')
| -rw-r--r-- | Source/WebKit/qt/examples/platformplugin/WebPlugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit/qt/examples/platformplugin/WebPlugin.h b/Source/WebKit/qt/examples/platformplugin/WebPlugin.h index de06f4a84..446d0f754 100644 --- a/Source/WebKit/qt/examples/platformplugin/WebPlugin.h +++ b/Source/WebKit/qt/examples/platformplugin/WebPlugin.h @@ -139,9 +139,7 @@ class WebPlugin : public QObject, public QWebKitPlatformPlugin { Q_OBJECT Q_INTERFACES(QWebKitPlatformPlugin) -#if QT_VERSION >= 0x050000 Q_PLUGIN_METADATA(IID "org.qt-project.QtWebKit.PlatformPluginInterface") -#endif public: virtual bool supportsExtension(Extension extension) const; virtual QObject* createExtension(Extension extension) const; |
