Pass Value, not 'const Value'
authorLars Knoll <lars.knoll@digia.com>
Wed, 17 Oct 2012 11:43:33 +0000 (13:43 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Wed, 17 Oct 2012 12:53:34 +0000 (14:53 +0200)
commitc85ac2d9cfd630747ebf042e706b9b9fbce529dd
tree27157675901327c8c9d1a7e670f41b8ac12f1556
parent52a30a1e6f39e607747463303ec3bf7724736172
Pass Value, not 'const Value'

Passing const values doesn't make a whole lot of sense,
esp. when the passed object is POD.

Change-Id: I7372407862828cf7fa8461583069743ecf583170
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qmljs_runtime.cpp
qmljs_runtime.h