summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMatthew Vogt <matthew.vogt@nokia.com>2012-02-01 16:26:14 +1000
committerMatthew Vogt <matthew.vogt@nokia.com>2012-02-02 06:19:32 +0100
commit7d0e73b77bbc60ac56776ae1d4a87df6812f716c (patch)
treeedbba43366ffb2efc68fe795849e854056a0868a /src/declarative
parent7b15b87ee72ffb583b317f672115be3d5437601a (diff)
Add qmlplugindump tool to qtquick1 module
Change-Id: I94a52b2207fb2b5dd66e9e4da8f42ddf2daf4da0 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeevents_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeevents_p_p.h b/src/declarative/graphicsitems/qdeclarativeevents_p_p.h
index b9a2b55f..a3e33572 100644
--- a/src/declarative/graphicsitems/qdeclarativeevents_p_p.h
+++ b/src/declarative/graphicsitems/qdeclarativeevents_p_p.h
@@ -60,7 +60,7 @@
QT_BEGIN_NAMESPACE
-class QDeclarativeKeyEvent : public QObject
+class Q_DECLARATIVE_EXPORT QDeclarativeKeyEvent : public QObject
{
Q_OBJECT
Q_PROPERTY(int key READ key)
@@ -89,7 +89,7 @@ private:
QKeyEvent event;
};
-class QDeclarativeMouseEvent : public QObject
+class Q_DECLARATIVE_EXPORT QDeclarativeMouseEvent : public QObject
{
Q_OBJECT
Q_PROPERTY(int x READ x)