Skip to content

Act on core/ TODOs that are not binary compatible

Albert Astals Cid requested to merge work/aacid/lots_of_bic_todos into master

I'm going to need to break binary compatibility to add a new feature so may as well cleanup all the TODOs regarding that

Changes:

  • Moving a few destructors to the header
  • Removing a few unnecessary & in params
  • Adding a few necessary & in params
  • Making print return an enum instead of a bool and then having another function that returns the enum
  • Make Generator::requestFontData be a virtual
  • Remove unused enum
  • Remove a few filePrinter unneeded functions
  • Remove unused TextDocumentGenerator::addMetaData signal

Merge request reports