protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Protux-devel] simple open task


From: Luciano Giordana
Subject: [Protux-devel] simple open task
Date: Fri, 30 Jan 2004 14:55:03 -0200
User-agent: KMail/1.5

I found that calls such

int x = ....
QString s; s.setNum(x);

are less efficient than


QString s = QString::number(x);

so, if you guys want to search the code for this kind of sentences, feel free 
to change them.

Thanks





-- 
Best Regards
--
Luciano Giordana
Free Software Developer / Musician
Project Protux : Professional Audio Tools for GNU/Linux
http://www.nongnu.org/protux




reply via email to

[Prev in Thread] Current Thread [Next in Thread]