These directories do exist in trunk; the latter is called MathMLDTD though. > sj2 Has been removed in 3.2. > so3 Has been moved to binfilter as this code is only used there. > solver This is no a module, it is the output tree of the build that is created automatically once a b...
- if occurrence is not None: - if self.getAliasForItem(occurrence) != alias: - # don't get fooled by getExistingOccurrence( ) which - # thinks that a floating tz matches a non-floater - # (related to bug 9207) - return None - return occurrence.itsItem.itsUUID.str16() - - retur...
> > - void setCocoaView(void *cocoaViewToWrap); > > - void *cocoaView() const; > > + void setCocoaView(NSView *view); > > + NSView *cocoaView() const; > > > > private: > > Q_DECLARE_PRIVATE(QMacCocoaViewContainer) > > Isn't this binary and source incompatible? Yes. Te...