[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    qt-copy/demos/dbus-viewer
From:       Harald Fernengel <harry () kdevelop ! org>
Date:       2006-07-05 21:48:18
Message-ID: 1152136098.487588.3009.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 558715 by harald:

display signature of QDBusArguments


 M  +3 -0      qdbusviewer.cpp  


--- trunk/qt-copy/demos/dbus-viewer/qdbusviewer.cpp #558714:558715
@@ -389,6 +389,9 @@
                     out += "<b>\"</b>" + Qt::escape(item) + "<b>\", </b>";
                 out.chop(1);
                 out += "<b>}</b>";
+            } else if (qVariantCanConvert<QDBusArgument>(arg)) {
+                out += "[QDBusArgument: " + qvariant_cast<QDBusArgument>(arg).currentSignature();
+                out += "]";
             } else {
                 out += "[";
                 out += arg.typeName();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic