diff options
author | Simon Hausmann <[email protected]> | 2014-03-11 10:23:44 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2014-03-11 18:31:21 +0100 |
commit | 95444c589763e16fb1c2cf1e1bc892fa5cc41a3a (patch) | |
tree | 7b0a7b481cdfe05b233996ceaa6901eafc74332c /src/qml/jsruntime/qv4function_p.h | |
parent | 0b15f23219c1029e6df43208052574d08bcfc8b4 (diff) |
Fix linking
Add some missing exports
Change-Id: I0c250231e902b6efeda257951ee5653ea363e288
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4function_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4function_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4function_p.h b/src/qml/jsruntime/qv4function_p.h index 2fc3cf7827..e6385d861c 100644 --- a/src/qml/jsruntime/qv4function_p.h +++ b/src/qml/jsruntime/qv4function_p.h @@ -80,7 +80,7 @@ struct URIErrorPrototype; struct InternalClass; struct Lookup; -struct Function { +struct Q_QML_EXPORT Function { const CompiledData::Function *compiledFunction; CompiledData::CompilationUnit *compilationUnit; |