Skip to content
Snippets Groups Projects
Commit 21e1db4b authored by Erik Verbruggen's avatar Erik Verbruggen
Browse files

Exported classes to use in the QML designer.

parent 4f179586
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ class NameId; ...@@ -16,7 +16,7 @@ class NameId;
/* /*
Helper for building a context. Helper for building a context.
*/ */
class Link class QMLJS_EXPORT Link
{ {
public: public:
// Link all documents in snapshot // Link all documents in snapshot
......
...@@ -15,7 +15,7 @@ namespace Interpreter { ...@@ -15,7 +15,7 @@ namespace Interpreter {
class Context; class Context;
} }
class ScopeBuilder class QMLJS_EXPORT ScopeBuilder
{ {
public: public:
ScopeBuilder(Document::Ptr doc, Interpreter::Context *context); ScopeBuilder(Document::Ptr doc, Interpreter::Context *context);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment