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 typeQObjectList
instead ofQList<Jump*>
- replaced property
jumpPointStrings
withjumps
of typeQObjectList
- replaced signal
jumpPointStringsChanged
withjumpsChanged
- refactored
jumps()
method to returnQObjectList
instead ofQList<Jump*>
Edited by Mahmoud Khalil