Added missing file.
authorErik Verbruggen <erik.verbruggen@digia.com>
Mon, 19 Nov 2012 13:59:53 +0000 (14:59 +0100)
committerLars Knoll <lars.knoll@digia.com>
Mon, 19 Nov 2012 14:13:09 +0000 (15:13 +0100)
Change-Id: I2b55ed78e8b30bffc67c4a1eee0bf4a438f0f29a
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qv4isel_p.cpp [new file with mode: 0644]

diff --git a/qv4isel_p.cpp b/qv4isel_p.cpp
new file mode 100644 (file)
index 0000000..294a22f
--- /dev/null
@@ -0,0 +1,9 @@
+#include "qv4isel_p.h"
+
+using namespace QQmlJS;
+
+EvalInstructionSelection::~EvalInstructionSelection()
+{}
+
+EValISelFactory::~EValISelFactory()
+{}