Skip to content
  • Sebastian Holtermann's avatar
    Autogen: Move libuv loop from cmQtAutoGenerator to cmQtAutoGeneratorMocUic · 9710d4aa
    Sebastian Holtermann authored
    `cmQtAutoGenerator` automatically started a libuv loop in the constructor.
    The loop is needed in `cmQtAutoGeneratorMocUic`, but not in
    `cmQtAutoGeneratorRcc` (anymore).  To avoid starting the loop in
    `cmQtAutoGeneratorRcc`, this patch moves the loop variables and startup code
    from `cmQtAutoGenerator` to `cmQtAutoGeneratorMocUic`.
    9710d4aa