diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2009-11-02 08:32:56 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2009-11-02 08:34:46 (GMT) |
commit | 7f86f70e98e0b826ad35b8bb744305b5f4dbbfe8 (patch) | |
tree | 1f0fd5b89d9b8cb10288d455ceebff14ae5e653d /src/declarative | |
parent | dc9e7a5b231bbd22ee237c1a4c1bc0076aa695fe (diff) | |
download | Qt-7f86f70e98e0b826ad35b8bb744305b5f4dbbfe8.zip Qt-7f86f70e98e0b826ad35b8bb744305b5f4dbbfe8.tar.gz Qt-7f86f70e98e0b826ad35b8bb744305b5f4dbbfe8.tar.bz2 |
Mark Action class as to be exported
Used in Bauhaus.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/util/qmlstate_p.h | 2 |
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(); |