Exported classes to use in the QML designer.

This commit is contained in:
Erik Verbruggen
2010-03-31 10:03:18 +02:00
parent 4f17958625
commit 21e1db4b5b
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ namespace Interpreter {
class Context;
}
class ScopeBuilder
class QMLJS_EXPORT ScopeBuilder
{
public:
ScopeBuilder(Document::Ptr doc, Interpreter::Context *context);