- Anonymous
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
Christian Cornelssen | wwmayer | master | 2020-04-28 07:29:01 | master 227246e0 |
Changeset | Workaround for messy SHIBOKEN_MICRO_VERSION definition. I recently upgraded to `shiboken2-5.14.2.1`, and this broke preprocessing of `src/Gui/WidgetFactory.cpp` because `SHIBOKEN_MICRO_VERSION` is now defined as `2.1` (WTF?!), making it a floating-point literal which the preprocessor does not like. It is only used for version comparison with `5.12.0`, so replacing `SHIBOKEN_MICRO_VERSION` with `0` should be OK. |
|||
mod - src/Gui/WidgetFactory.cpp | Diff File |