qmlplugindump: Take care of 'void' types
authorKai Koehne <kai.koehne@nokia.com>
Fri, 7 Sep 2012 08:43:18 +0000 (10:43 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 7 Sep 2012 11:57:13 +0000 (13:57 +0200)
commit7cc5fec6978c47cb60fce3358fdaaa42671cdcff
tree304d9f27be086a6497c0e8fafa0864659f54b376
parent35e302241e329402bb84c01c9cb7095e1c08df53
qmlplugindump: Take care of 'void' types

QMetaMethod::typeName() does now return "void" instead of an empty string (change 22d621dd).

Change-Id: I70affc450a7dd36b121cbcf580c0ca6fd5944f0b
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
tools/qmlplugindump/main.cpp