On Saturday, August 9, 2003, at 5:51PM, Martin Costabel wrote:

-#if defined( Q_OS_MAC )
+#if 1 /* defined( Q_OS_MAC ) */
     QString *that = const_cast<QString *>(&QString::null);
     that->d = QString::shared_null;
 #endif

I am not sure if I want to learn enough C++ to understand what this is doing. But I recompiled qt3 with this patch applied, and it helps, sort of.

That's strange, Q_OS_MAC should already be set in qglobal.h pretty muc no matter what, I can't imagine how that wouldn't be completely equivalent...


--
We put a lot of thought into our defaults.  We like them.  If we
didn't, we would have made something else be the default.  So keep
your cotton-pickin' hands off our defaults.  Don't touch.  Consider
them mandatory.  "Mandatory defaults" has a nice ring to it.



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to