Introduce a Bool typedef for boolean return values
authorLars Knoll <lars.knoll@digia.com>
Tue, 16 Oct 2012 18:43:43 +0000 (20:43 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Wed, 17 Oct 2012 07:09:56 +0000 (09:09 +0200)
commit7efad31f6739b5a9284b17493516c404006372fa
treef43c4e76801ef0bf4567367a9dfac32bdf4487f9
parentb010e46d039d066758198336a39fe5f7c8a20edf
Introduce a Bool typedef for boolean return values

This helps in the interpretation of the type returned
by a method. It also makes it easier to later on change
the type back to a real bool if it makes sense. Bool
is currently typedef'ed to uint.

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