--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/script/ast.cpp Mon Jan 26 01:16:56 2015 +0200 @@ -0,0 +1,7 @@ +#include "ast.h" + +Script::AstNode::AstNode (QSharedPointer<AstNode> parent) : + m_parent (parent) +{ + +}