<br><br><div class="gmail_quote">On Sun, Aug 14, 2011 at 1:38 AM, Thomas Baumgart <span dir="ltr"><<a href="mailto:thb@net-bembel.de">thb@net-bembel.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Puneet Goyal,<br>
<div class="im"><br>
on Saturday 13 August 2011 21:13:10 you wrote:<br>
<br>
> Hi,<br>
> while creating an object of a class which is inheriting from QObject class,<br>
> we never pass the QObject paramater even though in its definition we do<br>
> declare it in parameter list<br>
<br>
</div>Sure we (you) do:<br>
<br>
AlkInvoice::AlkInvoice(QObject *parent) :<br>
  QObject(parent),<br></blockquote><div><br></div><div>Here while declaring the constructor you passed the QObject* object </div><div>but while creating object you only call</div><div><br></div><div>AlkInvoice* alkinvoice =new AlkInvoice();</div>
<div>and not</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">AlkInvoice* alkinvoice =new AlkInvoice(qobject);</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
parent is passed to the QObject ctor. Or do I not understand your question?<br>
<div class="im"><br>
<br>
> Please tell me why?<br>
><br>
> and i dont know why but the mail to KDE finance list failed twice<br>
<br>
</div>Did you receive an error mail? I am interested in it then.<br>
<br></blockquote><div>Yes</div><div>The error was as follows</div><div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; color: rgb(51, 51, 51); font-family: arial, sans-serif; font-size: 13px; ">Delivery to the following recipient failed permanently:<br>
<br>    <a href="mailto:kde-finance-apps@kde.org" style="color: rgb(17, 85, 204); ">kde-finance-apps@kde.org</a><br><br>Technical details of permanent failure:<br>Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 554 554 5.7.1 Mail has been rejected as SPAM (10.501) (state 18).<br>
</span><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
--<br>
<br>
Regards<br>
<br>
Thomas Baumgart<br>
<br>
GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA<br>
-------------------------------------------------------------<br>
God is real... unless declared an integer<br>
-------------------------------------------------------------<br>
</blockquote></div><br><br clear="all"><div>Regards,</div><div>Puneet</div>-- <div><font size="2"><span style="border-collapse:collapse;font-family:arial,helvetica,sans-serif"><div><span style="border-collapse:collapse;font-family:arial,helvetica,sans-serif">-----------------------------------------------------------------------</span></div>
Puneet Goyal<br>Student of B. Tech. III Year (Software Engineering)<br>Delhi Technological University, Delhi</span></font><div><font size="2"><span style="border-collapse:collapse;font-family:arial,helvetica,sans-serif">-----------------------------------------------------------------------</span></font></div>
<br>
</div>