Changes between Version 1 and Version 2 of Ticket #46441, comment 2


Ignore:
Timestamp:
Jan 14, 2015, 8:45:17 PM (9 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46441, comment 2

    v1 v2  
    1 See [https://bugreports.qt.io/browse/QTBUG-22829 this Qt bug] for info and possible workaround in boost.
     1See [https://bugreports.qt.io/browse/QTBUG-22829 this Qt bug] for info and possible workarounds:
     2*  wrap the boost header (uglier solution)
     3*  wrap inclusion of specific boost header in the library client
     4*  switch to Qt5 since the new moc properly expands macros.