From c34905edc35248c9b977593c569aeaab5940ae93 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 25 Nov 2012 20:06:11 -0600 Subject: Add support for marshalled Bool types --- tqdbusmarshall.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tqdbusmarshall.cpp b/tqdbusmarshall.cpp index a1177bb..6d92d8a 100644 --- a/tqdbusmarshall.cpp +++ b/tqdbusmarshall.cpp @@ -233,6 +233,10 @@ static TQValueList parseSignature(TQCString& signature) { switch (elementType) { + case TQT_DBusData::Bool: + result << TQT_DBusData::fromBool( + (0)); + break; case TQT_DBusData::Byte: result << TQT_DBusData::fromByte( (0)); -- cgit v1.2.1