[PATCH] add dummy operator== and dummy qHash for win32 target

Ralf Habacker ralf.habacker at freenet.de
Mon Nov 7 11:28:23 GMT 2005


Am Sonntag, 6. November 2005 11:58 schrieb Christian Ehrlicher:
> Stephan Kulow schrieb:
> > On Sunday 06 November 2005 11:06, Christian Ehrlicher wrote:
> >>The problem here is based on this discussion:
> >>http://lists.kde.org/?l=kde-core-devel&m=113061009510075&w=2
> >>I can make them private or mask them with an '#if MAKE_KDEUI_LIB' to
> >>avoid caling them from outside the lib. But with gcc you can call them
> >>too (and you'll get a linker error that gcc can't auto-create the
> >>operator) because the operator comes from QList<T>.
> >
> > But it won't be possible to create a QList<T> if the operator== is
> > private
>
> I've now put a '#ifdef MAKE_KDECORE_LIB' around to avoid using it
> outside the lib.
I've applied the dummy operator related stuff. 

What about the .Modifier(s) stuff, Is this okay ? 

Ralf 




More information about the kde-core-devel mailing list