summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-11-02 08:32:56 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-11-02 08:34:46 (GMT)
commit7f86f70e98e0b826ad35b8bb744305b5f4dbbfe8 (patch)
tree1f0fd5b89d9b8cb10288d455ceebff14ae5e653d
parentdc9e7a5b231bbd22ee237c1a4c1bc0076aa695fe (diff)
downloadQt-7f86f70e98e0b826ad35b8bb744305b5f4dbbfe8.zip
Qt-7f86f70e98e0b826ad35b8bb744305b5f4dbbfe8.tar.gz
Qt-7f86f70e98e0b826ad35b8bb744305b5f4dbbfe8.tar.bz2
Mark Action class as to be exported
Used in Bauhaus.
-rw-r--r--src/declarative/util/qmlstate_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlstate_p.h b/src/declarative/util/qmlstate_p.h
index 92aef8c..ff42893 100644
--- a/src/declarative/util/qmlstate_p.h
+++ b/src/declarative/util/qmlstate_p.h
@@ -54,7 +54,7 @@ QT_MODULE(Declarative)
class ActionEvent;
class QmlBinding;
-class Action
+class Q_DECLARATIVE_EXPORT Action
{
public:
Action();