summaryrefslogtreecommitdiffstats
path: root/DVDPluginWebPage.h
blob: a4b8c37636aafeb8f6f188dda7f8e7738a7d8489 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef DVDPLUGINWEBPAGE_H
#define DVDPLUGINWEBPAGE_H

#include <QWebPage>

class DVDPluginWebPage : public QWebPage
{
public:
	DVDPluginWebPage(QObject *parent = 0);
protected:
	QObject* createPlugin(const QString &classid, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues);
	void javaScriptConsoleMessage(const QString &message, int lineNumber, const QString &sourceID);
};

#endif // DVDPLUGINWEBPAGE_H