[Qt-interest] QString::setNum() help

Ankit Agarwal ankit17.ag at gmail.com
Wed Dec 17 12:09:06 CET 2008


Yeh I got my mistake. Thanks a lot.

On Wed, Dec 17, 2008 at 4:13 PM, Ivan Kharin <korsar.akvis at gmail.com> wrote:

> > QString abcd = abcd.setNum(123);
>
> abcd is not initialized at this point.
>
>
>
> QString abcd; abcd.setNum(123);
>
> OR
>
> QString abcd = QString::number(123);
>
>
>
> --
> Ivan Kharin
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>



-- 
Regards,
Ankit Agarwal
SW Engineer
Vegayan Systems
email : ankit_agarwal at vegayan.com
Blog : http://ankit17.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20081217/99b13e13/attachment.html 


More information about the Qt-interest-old mailing list