Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 320 Bytes

File metadata and controls

4 lines (2 loc) · 320 Bytes

MOC Bug

This project replicates the bug in https://bugreports.qt.io/browse/QTBUG-60539 . Uncomment the DEFINES += ENABLE_BUG line in the project file and rebuild to check if the MOC generates code that moves a const from the signature of a std::function to the wrong position.