~smoke-gobject-devs/smoke-gobject/trunk

Viewing all changes in revision 189.

  • Committer: Richard Dale
  • Date: 2012-01-28 20:50:50 UTC
  • Revision ID: richard.dale@codethink.co.uk-20120128205050-f5956htjil0to2r9
* The type signature of the qt_static_metacall function changed in 
Qt 4.8.

In Qt 4.7 it looked like this:
  int qt_static_metacall(QMetaObject::Call, int, void **_a)

And in Qt 4.8 it looks like this:
void qt_static_metacall(QObject *, QMetaObject::Call, int, void **_a)

So build QMetaObjects with the appropriate version of the function on 
Qt 4.7 and Qt 4.8 onwards

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: