• Dimitri van Heesch's avatar
    Reduced and improved functionality of QList · 6e51abf6
    Dimitri van Heesch authored
    - operations on current index and node (next(), prev(), last(), first()) have been removed.
    - access to internal nodes has been removed.
    - old QList has been renamed to QInternalList for use inside qtools only.
    - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()).
    - add compareValues also to QDict for consistency.
    - changed doxygen's implementation to comply with the new QList and QDict interface.
    6e51abf6