-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.10
-
5
-
b5a1bf401 (6.10), 90c72779b (6.10), 7969c0c8b (6.10), 7d884ceb8 (6.10), 6ce91b03d (dev), ff7947d93 (dev), cf6d55a4f (6.10), 92c5b1b00 (6.10), da7123a96 (dev), 691b6cf3f (dev), 742552aa4 (6.10), e3260071e (6.10), edafe62cb (dev), 3d1a1db45 (6.10)
QmlTreeModel inherited the concept and much of the API from QmlTableModel. Many functions have been copied to the new class with minimal modifications. While this is ok for an initial commit and evaluation, it will be bad for maintainance.
Therefore, the two classes should be merged into an abstract class where possible.