kmail appearance

Ingo Klöcker kloecker at kde.org
Wed Jan 22 10:20:01 GMT 2003


Alfred Poschmann wrote:
> This works! My own last try failed as there can only be one call of
> QFont (and I had it twice, in both cases). Where can I learn why and
> what QFont is?

QFont is a class. More information can be found here: 
http://doc.trolltech.com/3.0/qfont.html

The problem isn't related to QFont. It's simply not allowed to declare 
the same variable (in this case the variable f of type QFont) twice in 
a switch statement.

Regards,
Ingo

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
URL: <http://mail.kde.org/pipermail/kde/attachments/20030122/55da2c4c/attachment.sig>


More information about the kde mailing list