summaryrefslogtreecommitdiffstats
path: root/src/imports/webkit/qdeclarativewebview_p_p.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-03-11 05:42:56 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-03-11 05:42:56 (GMT)
commit0e9bb332eec2bee29fe736aea76c30c66c69a9d0 (patch)
tree8f6f1c5510b905f6f05bb05b234a415092f74875 /src/imports/webkit/qdeclarativewebview_p_p.h
parent56128195f2e7edbdd93251891b3d2dc2b4a00f20 (diff)
downloadQt-0e9bb332eec2bee29fe736aea76c30c66c69a9d0.zip
Qt-0e9bb332eec2bee29fe736aea76c30c66c69a9d0.tar.gz
Qt-0e9bb332eec2bee29fe736aea76c30c66c69a9d0.tar.bz2
Don't export symbols in webkit plugin.
Diffstat (limited to 'src/imports/webkit/qdeclarativewebview_p_p.h')
-rw-r--r--src/imports/webkit/qdeclarativewebview_p_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/imports/webkit/qdeclarativewebview_p_p.h b/src/imports/webkit/qdeclarativewebview_p_p.h
index 3ad9e9a..258b472 100644
--- a/src/imports/webkit/qdeclarativewebview_p_p.h
+++ b/src/imports/webkit/qdeclarativewebview_p_p.h
@@ -42,8 +42,6 @@
#ifndef QDECLARATIVEWEBVIEW_P_H
#define QDECLARATIVEWEBVIEW_P_H
-#include "webkitqmlplugin_export.h"
-
#include <qdeclarative.h>
#include <QtWebKit/QWebPage>
@@ -54,7 +52,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-class WEBKITQMLPLUGIN_EXPORT QDeclarativeWebSettings : public QObject {
+class QDeclarativeWebSettings : public QObject {
Q_OBJECT
Q_PROPERTY(QString standardFontFamily READ standardFontFamily WRITE setStandardFontFamily)