<br><br><div class="gmail_quote">On Thu, Jun 30, 2011 at 3:28 AM, Alvaro Soliverez <span dir="ltr">&lt;<a href="mailto:asoliverez@kde.org">asoliverez@kde.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
You usually use qDebug() output or unit testing if that&#39;s possible.<br>
<br>
The preferred way is unit testing using QTest. You can see libAlkimia<br>
for an example of that. You&#39;ll find that in /extragear/office/alkimia<br>
<br>
Regards,<br>
<font color="#888888">Alvaro<br>
</font><div><div></div><div class="h5"><br></div></div></blockquote><div>Hello, I found this file AlkCompany.cpp very much useful for this, but got a doubt here<br>I think we are using this class to transfer the data from the DBus using the function or say operator&quot; QDBusArgument&amp; operator&gt;&gt;(const QDBusArgument&amp; argument, AlkCompany &amp;company)&quot;<br>
But i didnt find any file in the backend using this operator. However there are some of the files like keyDataManager.cpp and some others too which uses the object of this AlkCompany class and use them to set data using other functions defined in calss AlkCompany, but none of them used this function,<br>
So basically i wanted to ask where is the data being transferred?<br><br>Regards,<br>Puneet<br></div></div>