On Saturday 25 Oct 2003 7:49 pm, Paul wrote: > Can you email me a diff of this for inclusion?
diff attached > Where does Qt define slots to be nothing? I can't see it in the source > of 3.2.2. It certainly would be an odd thing to have included though. In qt-3.2.1 it is in qobjectdefs.h. slots is defined as slots when QT_MOC_CPP is defined (used by moc), otherwise its defined as nothing (when compiling by gcc). Simon -------------- next part -------------- A non-text attachment was scrubbed... Name: python2.3.diff Type: text/x-diff Size: 603 bytes Desc: not available Url : http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20031025/161a97d4/attachment.bin
