[RFC] Using KPassivePopup from KSystrayIcon
Thiago Macieira
thiago at kde.org
Fri Apr 6 05:36:45 BST 2007
Lubos Lunak wrote:
> Oh please. How exactly are we going to compile KDE on platforms that
> have so broken C++ implementations that they didn't get even NULL
> right?
I meant platforms with:
#define NULL ((void*)0)
AFAIK, this is valid:
int *p = 0;
but this isn't:
int *p = (void*)0;
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070406/683c99e6/attachment.sig>
More information about the kde-core-devel
mailing list