<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello,<br>
    <br>
    In the QtDBus Type System description one can read:<br>
    <br>
    <b>Warning:</b> You may not use any type that is not on the list
    above, including <i>typedefs</i> to the types listed. This also
    includes <a href="http://doc.qt.nokia.com/latest/qlist.html">QList</a>&lt;<a
      href="http://doc.qt.nokia.com/latest/qvariant.html">QVariant</a>&gt;
    and <a href="http://doc.qt.nokia.com/latest/qmap.html">QMap</a>&lt;<a
      href="http://doc.qt.nokia.com/latest/qstring.html">QString</a>,<a
      href="http://doc.qt.nokia.com/latest/qvariant.html">QVariant</a>&gt;.<br>
    <br>
    Does it mean, that sending of the <a
      href="http://doc.qt.nokia.com/latest/qlist.html">QList</a>&lt;<a
      href="http://doc.qt.nokia.com/latest/qvariant.html">QVariant</a>&gt;
    over the D-Bus is not possible ?<br>
    <br>
    Regards<br>
    <br>
    bogdan<br>
  </body>
</html>