Skip to content
  • Daniel Vrátil's avatar
    akonadidb.xml: exclude class name from enum names · d7b32095
    Daniel Vrátil authored
    The XSL transformation automatically includes the class name when
    generating the code, so thi way we were ending up with names like
    Part::Part::Storage instead of Part::Storage, which GCC seems to
    handle, but MSVC does not like it.
    d7b32095