On Wed, Dec 21, 2011 at 5:16 PM, <[email protected]> wrote: > Am i mistaken here? I was under the impression, that qMalloc / qFree / > qRealloc > exist to keep public headers free from the need to include some system > headers.
See the discussion on http://codereview.qt-project.org/#change,11562. Short answer: partly, but that's not really necessary anymore. Longer answer: inline code still shouldn't be using malloc directly - which is what I have to address next. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
