Skip to content

Modify Page class to return a QObjectList of Jump objects instead of QStringList of Jump locations

This MR refactors the Page class, in which:

  • refactored jumps member field to be of type QObjectList instead of QList<Jump*>
  • replaced property jumpPointStrings with jumps of type QObjectList
  • replaced signal jumpPointStringsChanged with jumpsChanged
  • refactored jumps() method to return QObjectList instead of QList<Jump*>

@leinir

Edited by Mahmoud Khalil

Merge request reports