Is it "Perl++"? kstyles/oxygen/genpixmaps.cpp
Dirk Mueller
mueller at kde.org
Wed Jul 4 10:42:28 BST 2007
On Wednesday, 4. July 2007, Thiago Macieira wrote:
> >Oxygen is disabled for win32 but neither it compile on gcc...
> >see kstyles/oxygen/genpixmaps.cpp
> s/\$(\d)/_\1/g
I don't think this is a good idea, as it uglifies the code badly. use at least
something that makes it easier to see that "_1" is not a number but a
variable (_ is very easy to visually confuse with a space).
I would suggest "f" or "s".
Dirk
More information about the kde-core-devel
mailing list